xquery
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 分类:问答Strange results from the xquery ceiling function
I am working on a VB.Net app running on .Net framework 2.0.50727.3603 When I fire off this xquery statement I get 56, but would expect 55:[详细]
2023-03-08 13:34 分类:问答Find child where parent IS NOT a certain element
I\'d like to find an empty organisation element where it is not the immediate child of a parentProblem element.[详细]
2023-03-08 03:47 分类:问答xquery: search across variable set of nodes
I am using BaseX XML Database. Consider an xml document in the database like so: <entries> <book-entry>[详细]
2023-03-07 18:38 分类:问答xquery: find if a parent node has a child node of a different namespace
I am trying 开发者_C百科to check if a node of namespace \'X\' has a child node of a different namespace \'Y\'. I tried the following xquery:[详细]
2023-03-07 13:38 分类:问答How to find an element in XML using Xquery in XSLT
In my XSLT using Xquery I need to find the Value for the given Key : <ExtendedProperties> <ExtendedProperty>[详细]
2023-03-07 00:19 分类:问答Adding Elements and Attributes in XQuery
Using the code from this W3Schools sample: <html> <body> <h1>Bookstore<开发者_如何学编程/h1>[详细]
2023-03-06 21:41 分类:问答Xquery help sorted parent child relationship
I have the below xml (simplified and anonymized from real input) it basically contains a list of policies which have a policy start date, policy reference, and a parent policy reference (with 0 indica[详细]
2023-03-06 08:57 分类:问答Xquery - Selecting value from XML using XMLtable
I want to use XQuery to display the value if FrequencyCdvalue=\"01\" and city type=\"first\" in the following XML.[详细]
2023-03-06 00:31 分类:问答Return multiple data elements
Using Xquery, how can I search the file below (consisting of many items), for all items with \'XC\' in the part-number (there are many), then for matches return all 3 of the interesting data elements[详细]
2023-03-05 08:20 分类:问答