File: data.xml

package info (click to toggle)
nqxml 1.1.3p1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 412 kB
  • ctags: 331
  • sloc: ruby: 3,177; makefile: 89; xml: 41
file content (15 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<catalog>
  <part>
    <sku>123</sku>
    <description>A fine example of the color puce.</description>
    <price currency="USD">34.56</price>
    <in-stock>12</in-stock>
  </part>
  <part>
    <sku>10101101</sku>
    <description>The B-flat above middle C.</description>
    <price currency="USD">0.02</price>
    <price currency="GBP">500.22</price>
    <in-stock>244</in-stock>
  </part>
</catalog>