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

xmlts20130923.ibm.not-wf.P10.ibm10n04.xml Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
<?xml version="1.0"?>
<!DOCTYPE student [
	<!ELEMENT student (#PCDATA)>
	<!ATTLIST student
		first CDATA #REQUIRED
		middle CDATA #IMPLIED
		last CDATA #IMPLIED > 
	<!ENTITY myfirst "Snow">
	<!ENTITY mymiddle "I">
	<!ENTITY mylast "Man">
]>

<!-- testing invalid attvalue with no closing bracket -->
<student first="Snow >My Name is SnowMan. </student>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy