I\'m using Saxon to execute the following xquery; fn:unparsed-text(\"text.txt\") But I\'m getting the following error me开发者_运维技巧ssage;
Is there an XQuery command to load a text file? I can load an xml document by doing the following; declare variable $text := doc(\"test.xml\");
I开发者_运维知识库 need help with some XPath. Say I am working on XHTML. How do I select all the a elements whose href attribute is NOT empty and does not begin with, say, \'mailto:\'?You can use the
I am using eXist Xquery. I am stuck with this issue. I have a collection of 20 xml with content as per like below:
I have a question on xquery grouping. From what I understand, the usual case would be to use distinct-values on the docs in the for loop, however as I have a condition to fulfill before grouping the v
I have a loop like this: for $a in local:distinct-nodes($x/input/book[@stat = \'ok\']) let $b:=string($a/../input/@docid)
Using XQuery: List the id, name, publisher and platforms for each game that is supported by more than one
I am using the following xml document <users> <user> <userid>sony</userid> <password>sonypass</password>
I have an xml document as follows <users> <user test=\"oldvalue\"> <userid>sony</userid>
I have an xml structure like this: <node1> <node2 name=\"\"> </node2> <node2 name=\"\">