jaxp/test/javax/xml/jaxp/unittest/dom/ElementTraversal.xml
author joehw
Fri, 25 Sep 2015 16:42:19 -0700
changeset 32791 ed81078b4e7f
permissions -rw-r--r--
8135283: DOM API update: Element Traversal Specification Reviewed-by: mchung, lancea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32791
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
     2
<!DOCTYPE toys [
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
     3
<!ENTITY toy3 "<name>Transformer X</name><price>519</price>">
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
     4
]>
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
     5
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
     6
<toys>
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
     7
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
     8
    <toy id="1">	
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
     9
        <name>The Martian</name>
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    10
        <price>98470</price>
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    11
    </toy>
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    12
    <toy id="2">
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    13
        <name>The Doll</name>
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    14
        <price>345</price>
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    15
    </toy>         
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    16
    <toy id="3">
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    17
        &toy3;
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    18
    </toy>    
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    19
    <toy id="4">
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    20
        <name>The Spaceship</name>
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    21
        <price>725</price>
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    22
    </toy>         
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    23
     
ed81078b4e7f 8135283: DOM API update: Element Traversal Specification
joehw
parents:
diff changeset
    24
</toys>