Re: [xslt] Bug when declaring entities?



On Tue, Sep 17, 2002 at 07:03:25PM -0400, Daniel Veillard wrote:
> > I know this isn't a tutorial mailing list, but how else would I get
> > ' ' into an html document using xsltproc?
> 
>     is another way to put it in the stylesheet, and then the same 
> character will be generated in the output and depending on the output
> encoding it may be generated as  ,   (or the hexadecimal one)
> or directly the caracter with that code point in the given encoding.
> This should be completely equivalent for the HTML client.
> 

Ah, that is much better than escaping output! It didn't even occurr to
me to use unicode for spaces. Probably any html entity has a unicode
equivalent, so I'll have to think along those lines.

Thanks!

Paul

-- 

************************
*Paul Tremblay         *
*phthenry@earthlink.net*
************************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]