All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xmlts20130923.ibm.valid.P10.ibm10v01.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<!DOCTYPE student [
	<!ELEMENT student (#PCDATA)>
	<!ATTLIST student
		first CDATA #REQUIRED
		middle CDATA #IMPLIED
		last CDATA #REQUIRED > 
	<!ENTITY myfirst "Snow">
	<!ENTITY mymiddle "Y">
	<!ENTITY mylast "">
]>
<!-- testing AttValue with empty char inside double quote -->
<student first="" last="">My Name is Snow &mylast; Man. </student>










© 2015 - 2024 Weber Informatics LLC | Privacy Policy