IDependOn-Set: 1
IDependOn-Set: 110
IDependOn-Set: 54
IDependOn-Set: 64
LastModifiedSecs: 922992323
Parent: 54
SequenceNumber: 7
Title: How do I add special characters to my XSL template?
Part: 0
Author-Set: jon@working-dogs.com
HideAttributions: 1
LastModifiedSecs: 921626040
Type: monospaced
Lines: 44


----------
From: Arkin <arkin@trendline.co.il>
To: Cocoon <cocoon@list.working-dogs.com>
Subject: Re: 
Date: Tue, Mar 23, 1999, 7:28 AM


If you're using OpenXML 1.0.4 you can include the XHTML 1.0 entity
references in an XML document. That would allow you to use &nbsp;,
&euml; and all the other character sets supported by HTML 4.0.
Typically, you would do something like this in your DTD:

<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin1//EN//HTML"
   "http://www.w3.org/TR/WD-html-in-xml/DTD/HTMLlat1x.ent">
%HTMLlat1;
<!ENTITY % HTMLsymbol PUBLIC "-//W3C//ENTITIES Symbols//EN//HTML"
   "http://www.w3.org/TR/WD-html-in-xml/DTD/HTMLspecialx.ent">
%HTMLsymbol;
<!ENTITY % HTMLspecial PUBLIC "-//W3C//ENTITIES Special//EN//HTML"
   "http://www.w3.org/TR/WD-html-in-xml/DTD/HTMLsymbolx.ent">
%HTMLspecial;


Arkin


Thierry Coopman wrote:
> 
> Hi,
> 
> An odd question: How can I include special caracters in the xsl template
> 
> (&nbsp; &euml; etc etc)
> 
> I really need this because we have more than one language in Belgium :(((
> --
> Thierry Coopman - THieRRy@sKyNet.be -
> My opinions are personal, and have really nothing or nothing to do
> with Belgacom Skynet!
> 
> I realise computers suck. The only reason why they are a hobby
> of mine is because I enjoy pain!
EndPart: 0
Part: 1
Author-Set: anonymous
HideAttributions: 1
LastModifiedSecs: 922988400
Type: 
Lines: 4
Subcategories:


Answers in this category:
EndPart: 1
Part: 2
Author-Set: anonymous
HideAttributions: 1
Type: directory
Lines: 4
Subcategories:


Answers in this category:
EndPart: 2
