xquery
Get the specific word in text in HTML page
If I have the following HTML page <div> <p> Hello world! </p> <p> <a href=\"example.com\"> Hello and Hello again this is an example</a></p>[详细]
2023-03-19 02:20 分类:问答XQuery Filter like Where clause
I have fetch the data based on specific condition from the XML value. Idea is to have one table with two columns ID and Data(XML dataType). I have to fetch the data for specific ID.[详细]
2023-03-18 20:18 分类:问答How to concatenate all strings from a certain column for each group
Suppose I have this table [Table1] NameMark ------- ------ ABC10 DEF10 GHI10 JKL20 MNO20 PQR30 What should be my SQL statement to retrieve a record that looks like this:[详细]
2023-03-17 13:35 分类:问答SQL Server XML add attribute if non-existent
I am trying to add an attribute if it does not exist. It should be simple, but I am new to XML XPath/XQuery/etc., so excuse my ignorance.[详细]
2023-03-16 14:49 分类:问答MarkLogic Server Crashing - I Think Too Many Records Are Being Returned
I\'ve written an XQuery that doesn\'t return using the CQ web application. I thought the below would work, but the server still hangs.[详细]
2023-03-16 14:03 分类:问答How Do I Get All Decendents in XPath/XQuery?
I am trying to navigate a document to learn about its structure. The document is being served to me so I don\'t have access to the raw document, but I can exercise queries against the server. I believ[详细]
2023-03-16 01:38 分类:问答XQuery : in need of a filtering tip
Given XML file-record like this <ADR-NSBG> <timeline timestamp=\"2011-06-09T00:15:00\"> <datum datum=\"SGC_at_bsNo-14___SignalingNetworkConnection_at_netId-4___Sip_at_networkRole-2\"&g[详细]
2023-03-15 21:07 分类:问答Create path with xquery if it does not exist
I have an xml structure that looks like this: <data> <a> <element name=\"aName\">123</element>[详细]
2023-03-15 16:22 分类:问答Trying to simulate the XQuery function fn:idref() but without a schema
I want to search an XML document for the element that has an idrefs attribute containing a specific id. For example, given this XML document doc.xml;[详细]
2023-03-15 01:41 分类:问答Notepad is saving xquery file with txt suffix
Wikipedia says that XQuery can run through file extensions .xq, .xqy, .xquery. However, when I try to create a file with any of these e开发者_Go百科xtensions, Notepad rather creates an .xq.txt file an[详细]
2023-03-14 22:49 分类:问答