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

<?xml version="1.0" encoding ="utf-8"?>
<!DOCTYPE document SYSTEM "ExternalDTD.dtd" [
<!ENTITY max "Substituted text">
]>
<!-- ExternalDTD throws a Negative array size Exception when 
trying to parse with the above DTD reference AND an entity declaration-->
<document>
	<title>The Publishers </title>
	<publisher>        
	Alfred Publishing
	15535 Morrison
	South Oaks CA 91403
        &max;
	</publisher>
	<book price="$100" author = "Herold" number = "no_11">eXtensible Markup Language</book>
  	<bookurn xmlns='urn:loc.gov:books' xmlns:isbn='urn:ISBN:0-395-36341-6'/> 
        <pb/>
	<pages />
</document>