view test/javax/xml/jaxp/unittest/transform/toys.xml @ 779:2b61bfcaa586

8132660: Change jaxp unit test package name to be different with jaxp api Reviewed-by: joehw Contributed-by: frank.yuan@oracle.com
author joehw
date Mon, 10 Aug 2015 09:52:32 -0700
parents test/javax/xml/jaxp/unittest/javax/xml/validation/toys.xml@29ba77ad2a87
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<!--
    Document   : toys.xml
    Created on : August 11, 2003, 6:42 PM
    Author     : Prasad Subramanian
    Description:
-->

<toys>
    <toy>
        <name>Lego-Model01</name>
        <price>65.99</price>
    </toy>
    <toy>
        <name>Lego-Model2</name>
        <price>69.99</price>
    </toy>
    <toy>
        <name>Lego-Model3</name>
        <price>14.99</price>
    </toy>
    <toy>
        <name>Barbie-Pink</name>
        <price>12.99</price>
    </toy>
    <toy>
        <name>Barbie-Blue</name>
        <price>13.99</price>
    </toy>        
    <toy>
        <name>Barbie-White</name>
        <price>13.99</price>
    </toy>   
    <toy>
        <name>Barbie-Plain</name>
        <price>13.99</price>
    </toy>           
</toys>