d6a06fe092
as possible.
20 lines
855 B
XML
20 lines
855 B
XML
<!DOCTYPE testdoc [
|
|
<!--* test swi: check to see how SWI handles non-ASCII characters
|
|
* in Unicode. Named entities, numeric character references,
|
|
* and native UTF8 may all be different.
|
|
*-->
|
|
<!ENTITY ntilde "ñ" ><!-- small n, tilde -->
|
|
<!ENTITY lsquo "‘" ><!--=single quotation mark, left-->
|
|
<!ENTITY rsquo "’" ><!-- = x2019 single quotation mark, right-->
|
|
<!ENTITY townname "Española">
|
|
<!ENTITY townnum "Española">
|
|
<!ENTITY scarequote1 "a ‘test’ for you">
|
|
<!ENTITY scarequote2 "a ‘test’ for you">
|
|
]>
|
|
<testdoc id="t7-20020923" resp="MSM">
|
|
<names>From Española -- a ‘test’ for you.</names>
|
|
<nums>From Española -- a ‘test’ for you.</nums>
|
|
<names>From &townname; -- &scarequote1;.</names>
|
|
<nums>From &townname; -- &scarequote2;.</nums>
|
|
</testdoc>
|