Subject: Does anyone have a DTD for all latin characters
From: Jonathan Asbell <jonathana@xxxxxxxxxxxxxx>
Date: Thu, 9 Mar 2000 15:40:46 -0500
|
Has anyone here completed a dtd for latin characters
(Spanish/Portuguese/English)
If you know where I can find one I would be ingratiated.
-----Original Message-----
From: Pawson, David [mailto:DPawson@xxxxxxxxxxx]
Sent: Tuesday, March 07, 2000 4:52 AM
To: 'Jonathan Asbell'
Subject: RE: Entities...
I want to either import or include a variety of
>character sets in my xml for use in XSLT. I dont want to have to...
><!DOCTYPE xsl:stylesheet [
><!ENTITY nbsp " ">
><!ENTITY sp "<xsl:text> </xsl:text>">
>]>
>
>for EACH character. Is there an existing DTD, or url
>reference or anything
>so I can just use a standard sets/sets of characters. That is, if I am
>developing for european viewers, I need latin, slavic etc. characters.
<!DOCTYPE xsl:stylesheet [
<!ENTITY % chars SYSTEM "location/of/file"
%chars;
]
To include a set of chars.
I have a full suite of xml definitions,
but if you search for isolat1 etc, you should
find entity sets around.
HTH DaveP
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|