Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
17
Task/XML-XPath/XQuery/xml-xpath-2.xquery
Normal file
17
Task/XML-XPath/XQuery/xml-xpath-2.xquery
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<result>
|
||||
<firstItem>
|
||||
<item upc="123456789" stock="12">
|
||||
<name>Invisibility Cream</name>
|
||||
<price>14.50</price>
|
||||
<description>Makes you invisible</description>
|
||||
</item>
|
||||
</firstItem>
|
||||
<prices>14.50 23.99 4.95 3.56</prices>
|
||||
<names>
|
||||
<name>Invisibility Cream</name>
|
||||
<name>Levitation Salve</name>
|
||||
<name>Blork and Freen Instameal</name>
|
||||
<name>Grob winglets</name>
|
||||
</names>
|
||||
</result>
|
||||
Loading…
Add table
Add a link
Reference in a new issue