xquery
XSLT with database querying
I\'ve been doing XML transformation for a while in my Java application and I\'m still not clear what the options are and what the best option is to read records from a database and insert it in my tra[详细]
2023-03-01 13:19 分类:问答Submit button doesn't work in IE
I declared an iFrame in my html, and the source is my XQuery file. In my XQuery, I defined a <div>, within which I also declared a button named \"convert\".[详细]
2023-03-01 07:16 分类:问答XML: How to load the contents of one xml file into another
I would just like to be able to dynamically write the contents of an xml file from another xml file. A.XML contains:[详细]
2023-03-01 03:40 分类:问答How to parse XML returned using WebServices to xQuery?
I have been struggling wit开发者_如何学Ch this issue for a few days now and would sincerely appreciate your help .I have an Java application that queries multiple Webservices which return an XML messa[详细]
2023-02-28 08:13 分类:问答Subtracting duration from dateTime in Cocoa's NSXML XQuery
I have the following XQuery code, which from my reading of the O\'Reilly XQuery book seems like it should work:[详细]
2023-02-27 20:34 分类:问答XQuery error when doing a xslt transform
I have a working style-sheet that works fine with saxon.Now I am using simple XQuery: transform:transform($xmlNode, $xslNode, ()),[详细]
2023-02-27 10:59 分类:问答Xquery - using variable to find node with namespace prefix
I am trying to find a node (prefixed with a namespace) using variables in my xquery like so: declare variable $libx_ns as xs:string external;[详细]
2023-02-22 14:11 分类:问答Is there straightforward XQuery in Marklogic that produces JSON output out of simple XML sequence to be used with JQuery autocompete
I am trying to get the jQuery autocomplete widget to get the data from XML source stored in the Marklogic XML server.[详细]
2023-02-21 18:40 分类:问答Remove elements not repeated in XML using xquey
I have this XML file <?xml version=\"1.0\"?> <ns0:personas xmlns:ns0=\"http://www.personas.com\">[详细]
2023-02-20 20:25 分类:问答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 分类:问答