view test/javax/xml/jaxp/unittest/stream/testfile1.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/stream/testfile1.xml@29ba77ad2a87
children
line wrap: on
line source

<?xml version="1.0" standalone="no" ?>
<ns1:foo  attr1="defaultAttr1" ns1:attr1="ns1Attr1" ns2:attr1="ns2Attr1" attr2="defaultAttr2" attr3="defaultAttr3" xmlns:ns1="http://ns1.java.com"  xmlns:ns2="http://ns2.java.com">
<!--description-->
    content text
    <![CDATA[<greeting>Hello</greeting>]]>
    other content
</ns1:foo>