xquery
Howto speed up the Saxon doc() function?
I have a 12mb XML file w开发者_JAVA百科hich I am accessing from within an xquery. The file is loaded something like this;[详细]
2023-04-10 03:50 分类:问答xpath/xquery sql - Get all values
Hi I have a blob of xml.. <string>1</string> <string>2</string> <string>3</string>[详细]
2023-04-07 16:55 分类:问答passing xpath to xquery
I usually hardwire the xpath in the xqueries like so: let $xml := <books> <book price=\"1\">[详细]
2023-04-07 14:17 分类:问答Getting values from XML type field using in SQL server
I haveMS SQL table which contains 开发者_如何学Goa XML type field. This field has data in the format below:[详细]
2023-04-07 10:45 分类:问答Excluding elements in XQuery
I have an XML element such as: <items> <item> <size>360</size> <quantity>400</quantity>[详细]
2023-04-07 10:07 分类:问答Xquery on MarkLogic using OR
This is a newbie MarkLogic question. Imagine an xml structure like this, a condensation of my real business problem:[详细]
2023-04-07 07:27 分类:问答MarkLogic: Loading (import) XQuery Modules from database
I want to load a module which is stored in a database under the modules named as \"/modules/mylib.xqy\".[详细]
2023-04-06 17:11 分类:问答How to dynamically filter out XML nodes using PowerShell?
I would really appreciate any help you may have, regarding the following problem: I\'m processing large amounts of XML data using PowerShell.[详细]
2023-04-06 11:52 分类:问答Find the total number of child elements?
<?xml version=\"1.0\" encoding=\"UTF-8\"?> <root> <author> <name>A</name> <book>Book1</book>[详细]
2023-04-06 10:16 分类:问答Recursive function returning boolean, with a for loop inside
My data is a binary tree, and will check through every child, returning true if it finds the data i want, if not, it keeps looking for it.[详细]
2023-04-06 09:48 分类:问答