16 lines
451 B
XML
16 lines
451 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pPurchaseOrder [
|
|
<!ENTITY eacute "éé">
|
|
<!ENTITY Pub-Status "This is a pre-release of the
|
|
specification.">
|
|
]>
|
|
<greeting xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xsi:noNamespaceSchemaLocation="empty.xsd" xsi:type="xs:string">
|
|
Hello & good bye!
|
|
Montréal
|
|
|
|
<!-- Pub-Status -->
|
|
&Pub-Status;
|
|
</greeting>
|