xquery
XPath in T-SQL update schema
In my table I have a column with XML data. For example lets say that schema is as below: <person>[详细]
2023-02-17 22:19 分类:问答XQuery Update: insert or replace depending if node exists not possible?
I am trying to build simple XML database (inside BaseX or eXist-db), but I have trouble figuring how to modify values in document :[详细]
2023-02-17 13:36 分类:问答C#: Looping Through a Directory Calling an External Process
I have the C# code below, used to input each file in a directory, run an XQuery process on it, and output each file as an XML file. The code calls the SAXON XQuery processor. Note: the code works now[详细]
2023-02-16 15:50 分类:问答xQuery on XML file with namespace
I\'m using eXist-DB to store XML documents. Here\'s a sample XML file with the namespace info: <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-02-15 20:35 分类:问答How to send the output to a file in xquery
How can I send the output from Xquer开发者_JAVA技巧y to an xml file It depends on what processor you\'re using.Usually this is defined from outside the query from the calling program or command line.F[详细]
2023-02-15 01:31 分类:问答Sql Server XQuery transform xml in select clause
Is there some way to transform/project XML from an XML columnin the select clause of an Sql Server query?[详细]
2023-02-14 19:23 分类:问答How to check in xquery if a string has double quote in it?
I am new to xQuery , trying to write xquery snippets in oracle osb and want to check if my query term is bounded by double quote. I have the code like below, but fn:replace or fn:contains is not worki[详细]
2023-02-12 20:37 分类:问答Odd behavior in XQuery comments
I have a set of XQuery transformations that I am running on files stored in a Sedna database. They all have roughly the following format:[详细]
2023-02-11 13:30 分类:问答How does one bind namespace prefixes when using QXmlQuery (Qt XQuery)?
I\'m attempting to use QXmlQuery to execute an XQuery expression against a document with a declared default namespace.[详细]
2023-02-11 05:25 分类:问答returning multi-element HTML as an xquery result
I have a problem with returning multi-element HTML result (I dont know the name for this). To make it clearer, please see the code below.[详细]
2023-02-10 17:15 分类:问答