Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/HaXml/tests/xml-conformance/ibm/valid/P60/ibm60v01.xml

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


<?xml  version="1.0"?>
<!-- syntax test for Production 60-->
<!DOCTYPE Java 
 [
 <!ELEMENT Java (#PCDATA|one|two|three|four)*>
 <!ELEMENT one EMPTY>
 <!ELEMENT two EMPTY>
 <!ELEMENT three EMPTY>
 <!ELEMENT four EMPTY>
 <!ATTLIST one chapter CDATA #IMPLIED>
 <!ATTLIST two chapter CDATA #REQUIRED>
 <!ATTLIST three chapter CDATA #FIXED "JavaBeans">
 <!ATTLIST four chapter CDATA 'defualt'>
 ]>
<Java><one chapter="Introduction"/>
 <three chapter="JavaBeans"/>
 Positive test
 DefaultDecl attributes values IMPLIED, REQUIRED, FIXED and default
</Java>

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.