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

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


<?xml version="1.0" encoding="utf-8" ?>
  <!--* PEs are properly nested *-->
  <!ELEMENT a (#PCDATA)* >
  <!ELEMENT b (#PCDATA) >
  <!ELEMENT c ( #PCDATA)*>

  <!ENTITY % mixed0 "(#PCDATA|c)*" >
  <!ENTITY % mixed1 "%mixed0;">
  <!ELEMENT d %mixed1; >
  
  <!ENTITY % mixed1.5 "c| b" > 
  <!ELEMENT e (#PCDATA| %mixed1.5; |a)* >

  <!ELEMENT f (#PCDATA| c)* >
  <!ELEMENT g ( #PCDATA) >
  <!ELEMENT h (#PCDATA )>

  <!ENTITY % mixed2 "( #PCDATA )">
  <!ELEMENT i %mixed2; >


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.