xquery
Applying an XQuery file to an XMl File in C#
I am making a program that takes as input an XML file, XSD schema and an XQuery file. So far I validate the XML against the XSD.[详细]
2023-03-31 17:44 分类:问答how to build string iteratively in xquery
I need the xquery structure which is the same with java code string temp for(int i=0,i<string[].length,i++)[详细]
2023-03-31 12:20 分类:问答Which one have better performance for parsing xml ? XQuery or parse xml programmatically?
I want to parse a xml and insert it\'s data to my db. now which one is better? Sending xml as parameter t开发者_JAVA技巧o sql server and parse it with XQuery or parse it in my c# code?[详细]
2023-03-30 02:58 分类:问答MarkLogic XQuery xdmp:save/xdmp:quote indent-untyped option
Has anyone used this option before? I do not believe that this feature is working how it should be as I开发者_运维问答 am failing to compile my code once I have inserted this as a option.[详细]
2023-03-29 12:27 分类:问答Getting data out of XML by Xquery to text
I have a fairly large set of large XML files, from each of which I want to extract some data. I\'m using an evaluation version of Altova XMLSpy, in which I managed to get an XPATH to work. However, I[详细]
2023-03-29 00:40 分类:问答xml query help returning multiple nodes
I\'ve been working with SQL for a long time but new systems require me to learn XQuery. I have had a good search but can\'t really find a newbie answer to this one, I\'m 开发者_运维技巧trying to que[详细]
2023-03-28 11:23 分类:问答delete function in xquery
Is there a built-in delete function in XQuery that I can use to delete the actual file in the database in a certain directory say a/b/c/d.xml开发者_如何转开发[详细]
2023-03-28 09:29 分类:问答How do I use an XQuery result list as a relational table in SQL Server 2008?
I have a table with an XML column: declare @xmltest xml; set @xmltest = \'<list> <el> <x>1</x> <y>one</y> </el>[详细]
2023-03-26 08:33 分类:问答Is there a similar Linq function to XPathEvaluate but for XQuery expressions instead of XPath?
The Linq to Xml library in .Net has the extension method XPathEvaluate which allows to query an XDocument by passing an XPath expression. But XPath is more restrictive than XQuery. Is there a function[详细]
2023-03-22 01:33 分类:问答Tricky T-SQL Query. Concatenate multiple values from a column between master/child tables
I have three tables as follows: MasterTable +----------+-------------+ MasterId | MasterName| +----------+-------------+[详细]
2023-03-19 14:12 分类:问答