Subject: Re: Free beer and multiple special characters in XML
From: Zsolt Czinkos <czinkos@xxxxxxxxxxxxx>
Date: Thu, 02 Sep 1999 18:05:26 +0000
|
Hello,
I'm not sure I understand your question exactly (my poor English), but
I'm using special characters like this:
My XML documents look like this:
<?xml version="1.0"?>
<!DOCTYPE doc [
<!ENTITY % SpecChars SYSTEM "spechars.ent">
%SpecChars;
]>
<doc>
</doc>
The "spechars.ent" file contains the entity declarations or further
references.
I downloaded entity declaration files from:
http://www.schema.net/entities/
Is it what you need?
I hope it will help you.
Best regards,
Zsolt
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|