-
I suggest releasing a second edition of XPath 1.0 supporting the default element/type namespace feature (added in XPath 2.0).
Most systems running an implementation of XPath 1.0, namely Web browser…
-
Use case: permissions based on workflow state (but can also be any data).
- FB: permissions UI must support value-based permissions
- eXist
- support via XQuery
- relational
- search must be fast
…
-
```
This enhancement is to provide support for the "transactional" semantics in the
XQuery Update Facility.
We need a PendingUpdate interface. It has a ode, an operation, and a
list of arguments.
…
-
Whipped this together today, thought it worth sharing. It uses app-name as schema name (with replacing - with _), and looks in sql-views/ for files that can be posted against manage REST api:
``` rub…
grtjn updated
8 years ago
-
Which is the best way to implement special validation in the gxe editor ? For some fields we need to use some regexp, and I was going to use the "match" section and an XQuery expression with the match…
-
ExistDB 2.2
```
2016-06-14 09:47:23,752 [http-bio-8080-exec-111] ERROR (ConfigurationDaoImpl.java [getItem]:112) - XPathException: exerr:ERROR Failed to query: doc('app.xml')/configuration/configitem…
-
As reported by @AirQuick in #28, when the code coverage option is run for XQuery it doesn't work. @AirQuick reported this:
> I tested `-q -c` (XQuery + coverage) with [xspec-focus-1.xspec](https://…
-
I propose a new function `fn:query()` to perform dynamic XQuery/XPath evaluation: a similar role to fn:transform() and xsl:evaluate.
I propose a design based on the design of fn:invisible-xml() - f…
-
Clickhouse has even a full-text search for unstructured data but no way to extract information from a semi-structured markups :) In common very weak XML/HTML support. Only for configs and export. And …
-
**Describe the solution you'd like**
The bundled apps should use only a single solution to highlight source code.
Monex next version will use [prism.js](https://prismjs.com) to achieve that.
**…