Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/HaXml/tests/xml-conformance/ibm/invalid/P51/ibm51i01.dtd

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


<!ELEMENT a (#PCDATA)* >
<!ELEMENT b (#PCDATA) >
<!ELEMENT c ( #PCDATA)*>

<!ELEMENT d (#PCDATA|c)* >
<!--* PEs are not properly nested *-->
<!--* this one miss closing parenthesis *-->
<!ENTITY % mixed1 "(#PCDATA|">
<!ENTITY % mixed2 "c|b|a)*">  
<!ELEMENT e %mixed1;%mixed2; >
<!ELEMENT f (#PCDATA| c)* >
<!ELEMENT g ( #PCDATA) >
<!ELEMENT h (#PCDATA )>




Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.