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

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


<?xml version="1.0"?>
<!DOCTYPE root [
  <!ELEMENT root (PCDATA|b)* >
  <!ELEMENT b (#PCDATA) >
  <!ATTLIST b attr1 CDATA #REQUIRED>
  <!ATTLIST b attr2 (abc|def) "abc">
  <!ATTLIST b attr3 CDATA #FIXED "fixed">
]>
<root>
  <b attr1="value1" attr2="abc" attr3="shoudbefixed">attr3 value not fixed</b>
</root>
<!--* testing P41 VC: AtributeValueType*-->

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.