This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Does anyone have a DTD for all latin characters


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@rnib.org.uk]
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 "&#160;"> 
><!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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]