Not logged in : Login
(Sponging disallowed)

About: DAV Special URI's     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : foaf:Document, within Data Space : linkeddata.uriburner.com:28898 associated with source document(s)

AttributesValues
type
Title
  • DAV Special URI's
content
  • WebDAV parameters The WebDAV server has the following special URL parameters: XPATH - the XPATH query to perform against the existing XML document set_tag - the root XML element (default is 'document') result_tag - the elements tag Preparation This example uses the SQL/XML documents generated by VS-D-3. Example with result_tag From within a browser do an XPATH query for a subset of attributes. Use the following URL: http://host:port/DAV/vs_d_3/URLMultiTable.xml?XPATH=/root/Customers/@CustomerID&result_tag=id Or click this relative link. Expected result with result_tag For browsers such as Opera and Netscape, view the source of the result page to see the XML. For browsers capable of rendering the XML, such as Internet Explorer 5+, the XML result will be shown. This excerpt from the expected output shows the xml document containing the CustomerID only: <?xml version="1.0" encoding="ISO-8859-1"?> <document> <id> ALFKI</id> <id> ANATR</id> <id> ANTON</id> <id> AROUT</id> <id> BERGS</id> <id> BLAUS</id> <id> BLONP</id> <id> BOLID</id> <id> BONAP</id> ... </document> Example with set_tag Similar to previous example, but replacing result_tag with the set_tag parameter. Enter this URL into a browser: http://host:port/DAV/vs_d_3/URLMultiTable.xml?XPATH=/root/Customers[@CustomerID+like+'A*']/@CustomerID&set_tag=id Or click this relative link. Note: the XPATH queries can only be performed against the persistent storage. Expected result with set_tag <?xml version="1.0" encoding="ISO-8859-1"?> <id> ALFKIANATRANTONAROUT</id> Example with set_tag and result_tag Similar to previous example, but adding result_tag parameter. Enter this URL into a browser: http://host:port/DAV/vs_d_3/URLMultiTable.xml?XPATH=/root/Customers[@CustomerID+like+'A*']/@CustomerID&set_tag=id&result_tag=p Or click this relative link. Note: the XPATH queries can only be performed against the persistent storage. Expected result with set_tag and result_tag <?xml version="1.0" encoding="ISO-8859-1"?> <id> <p> ALFKI</p> <p> ANATR</p> <p> ANTON</p> <p> AROUT</p> </id>
has container
description
  • DAV Special URI's
dcterms:created_at
  • Fri, 27 Dec 2019 14:12:54 GMT
content:encoded
  • WebDAV parameters The WebDAV server has the following special URL parameters: XPATH - the XPATH query to perform against the existing XML document set_tag - the root XML element (default is &#39;document&#39;) result_tag - the elements tag Preparation This example uses the SQL/XML documents generated by VS-D-3. Example with result_tag From within a browser do an XPATH query for a subset of attributes. Use the following URL: http://host:port/DAV/vs_d_3/URLMultiTable.xml?XPATH=/root/Customers/@CustomerID&amp;result_tag=id Or click this relative link. Expected result with result_tag For browsers such as Opera and Netscape, view the source of the result page to see the XML. For browsers capable of rendering the XML, such as Internet Explorer 5+, the XML result will be shown. This excerpt from the expected output shows the xml document containing the CustomerID only: &lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt; &lt;document&gt; &lt;id&gt; ALFKI&lt;/id&gt; &lt;id&gt; ANATR&lt;/id&gt; &lt;id&gt; ANTON&lt;/id&gt; &lt;id&gt; AROUT&lt;/id&gt; &lt;id&gt; BERGS&lt;/id&gt; &lt;id&gt; BLAUS&lt;/id&gt; &lt;id&gt; BLONP&lt;/id&gt; &lt;id&gt; BOLID&lt;/id&gt; &lt;id&gt; BONAP&lt;/id&gt; ... &lt;/document&gt; Example with set_tag Similar to previous example, but replacing result_tag with the set_tag parameter. Enter this URL into a browser: http://host:port/DAV/vs_d_3/URLMultiTable.xml?XPATH=/root/Customers[@CustomerID+like+&#39;A*&#39;]/@CustomerID&amp;set_tag=id Or click this relative link. Note: the XPATH queries can only be performed against the persistent storage. Expected result with set_tag &lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt; &lt;id&gt; ALFKIANATRANTONAROUT&lt;/id&gt; Example with set_tag and result_tag Similar to previous example, but adding result_tag parameter. Enter this URL into a browser: http://host:port/DAV/vs_d_3/URLMultiTable.xml?XPATH=/root/Customers[@CustomerID+like+&#39;A*&#39;]/@CustomerID&amp;set_tag=id&amp;result_tag=p Or click this relative link. Note: the XPATH queries can only be performed against the persistent storage. Expected result with set_tag and result_tag &lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt; &lt;id&gt; &lt;p&gt; ALFKI&lt;/p&gt; &lt;p&gt; ANATR&lt;/p&gt; &lt;p&gt; ANTON&lt;/p&gt; &lt;p&gt; AROUT&lt;/p&gt; &lt;/id&gt;
is container of of
Faceted Search & Find service v1.17_git144 as of Jul 26 2024


Alternative Linked Data Documents: iSPARQL | ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3331 as of Aug 25 2024, on Linux (x86_64-ubuntu_noble-linux-glibc2.38-64), Single-Server Edition (378 GB total memory, 37 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software