This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/sgml/Test/wchar.xml
2009-03-13 19:39:06 +00:00

12 lines
267 B
XML

<?xml version="1.0"?>
<!DOCTYPE test [
<!ENTITY ok CDATA "&#10003">
]>
<test>
<li>Some cyrillic chars: &#1080;&#1081;</li>
<li>This a an sizzors symbol: &#9988;</li>
<li>OK, entered via entity: &ok;</li>
<a att="Cirle with 1: &#10112;" ok="&ok;"/>
</test>