exist-db
How to lazily evaluate XQuery order by when the results are going to be a small subset anyway?
Imagine you have a large number of records inside an XQuery-based XML database: <widgets> <widget id=\"1\" name=\"Foo Widget\" price=\"19.99\" />[详细]
2023-03-31 22:28 分类:问答Why doesn't xmlstarlet select all nodes?
Consider this example from w3schools: <?xml version=\"1.0\" encoding=\"ISO-8859-1\"?> <bookstore>[详细]
2023-03-14 04:44 分类:问答Wrap XML tags (insert around existing xml data) in xquery for eXist
Can anyone please help me with this xquery for eXist database. I have the following xml s开发者_如何学JAVAtructure[详细]
2023-03-09 15:15 分类:问答XSLT fails to add DOCTYPE using xs:output
I\'m using XSLT to create a HTML output page. I need to add a doctype to the output page. I googled and this seems to be able to get it working:[详细]
2023-03-05 13:40 分类:问答eXist XQuery wrap variable in CDATA
I was wondering if it is possible to wrap the contents开发者_开发技巧 of a variable (that might contain messy html) into a cdata section.[详细]
2023-02-20 02:07 分类:问答using file:serialize to write files with eXist db
I\'m trying to use the file:serialize function to write some content to a file using eXist-db. Here\'s the code I\'m using, it\'s just a login and the call of the serialize function.[详细]
2023-02-18 15:11 分类:问答XQuery Update: insert or replace depending if node exists not possible?
I am trying to build simple XML database (inside BaseX or eXist-db), but I have trouble figuring how to modify values in document :[详细]
2023-02-17 13:36 分类:问答Allowing XForm controls for optional XML elements
In designing an XForm interface to an XML database (using eXist and XSLTForms), I\'d like to include an input control for an optional element.The XML data records already exist and while some contain[详细]
2023-02-02 07:04 分类:问答Querying files stored in eXist-db with XQuery
I\'ve used one XML database eXist-db to do some XQuery testing. I have an xml collection called \"media_data_101109.xml\", and I\'ve put it in direcotry[详细]
2023-02-01 15:40 分类:问答How to parse an eXist XQuery response with PHP?
I am trying to find an easy way to parse an eXist response with php with开发者_高级运维out installing third party classes.[详细]
2023-01-17 15:49 分类:问答