all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
16
Task/XML-XPath/Delphi/xml-xpath-2.delphi
Normal file
16
Task/XML-XPath/Delphi/xml-xpath-2.delphi
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
First item node:
|
||||
<item upc="123456789" stock="12">
|
||||
<name>Invisibility Cream</name>
|
||||
<price>14.50</price>
|
||||
<description>Makes you invisible</description>
|
||||
</item>
|
||||
|
||||
Price = 14.50
|
||||
Price = 23.99
|
||||
Price = 4.95
|
||||
Price = 3.56
|
||||
|
||||
Item name = Invisibility Cream
|
||||
Item name = Levitation Salve
|
||||
Item name = Blork and Freen Instameal
|
||||
Item name = Grob winglets
|
||||
Loading…
Add table
Add a link
Reference in a new issue