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

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE city [
<!ENTITY a "insert">
<!ENTITY b "<element1>subtree</element1>">

]>
<city name = "Bangalore" population = "100000">

	<country state = "Karnatka">START India  <![CDATA[CS}}}}}}]]> India END</country>
        <foo>&amp;&lt; <![CDATA[cdatastart<><>>><>><<<<cdataend]]> entitystart &a; entityend</foo>
        &b;
	<description>a&amp;b</description>
         <?CityHotels Information about the hotels is passed to different appications for processing. ?>	

</city>