xquery
tail() function in XQuery
Is there a way in XQuery to do something like a tail() function? What I\'m trying to accomplish is to get the contents of a file (using \"xdmp:filesystem-file($path)\") and then display o开发者_如何学[详细]
2023-03-04 11:47 分类:问答How do I bind SqlCommand Parameters when using XML field modify() in C#
I\'m having trouble escaping SQL for use in a XML field with the modify() function: example code: new SqlCommand(\"UPDATE Table \" +[详细]
2023-03-03 18:32 分类:问答How to count elements with same name? XML -> Xquery
i have a xml doc like: <root> <test> <humans> <names>Tim</names> </humans>[详细]
2023-03-03 14:40 分类:问答How can I fix ugly XQuery output?
Here is my XML document: <?xml version=\"1.0\" encoding=\"UTF-8\"?> <?xml-stylesheet type=\"text/xsl\" href=\"student.xsl\"?>[详细]
2023-03-02 16:50 分类:问答Formatting the output of the sum() function in XQuery/XSLT/XPath
I have a question about formatting the output of the sum() function in XQuery/XSLT/XPath. I have both an XSLT stylesheet and also an XQuery. I\'m able to get the correct formatting in the XSLT, but no[详细]
2023-03-02 16:37 分类:问答Xquery search on multiple keywords
I have written a basic XQuery that takes a parameter, performs a \"contains\" parameter on the data and returns the relevant data set.[详细]
2023-03-02 03:05 分类:问答xQuery update question
Here is my xml <book asin=\"0201100886\" created=\"128135928\" lastLookupTime=\"128135928\"> <price>102.00</price>[详细]
2023-03-02 01:59 分类:问答xquery return value off by one
<?xml version=\"1.0\" encoding=\"UTF-8\"?> <library> <items> <book asin=\"0201100886\"[详细]
2023-03-02 00:22 分类:问答XML: How to read one file into another
I have a file: A.xml containing something like this: <?xml version=\"1.0\"?> <headernode> </headernode>[详细]
2023-03-01 16:47 分类:问答xQuery grouping question
here is the xml: <?xml version=\"1.0\" encoding=\"utf-8\"?> <library xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"xsi:noNamespaceSchemaLocation=\"library.xsd\">[详细]
2023-03-01 15:56 分类:问答