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]

RE: Top Ten Java and XSLT Tips, #5


Thomas,

how you declare non-breaking spaces in your XSLT code (  or  )
has no effect whatsoever on it's output.


> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Thomas B.
> Passin
> Sent: Friday, August 31, 2001 5:11 PM
> To: xsl-list@lists.mulberrytech.com
> Subject: Re: [xsl] Top Ten Java and XSLT Tips, #5
>
>
> It works fine.  If   doesn't work for some browser, then the main
> alternative to disable-output-escaping is to declare an entity
> for   in
> the stylesheet.  This is living dangerously, though, because some
> processors
> will insist on validating the document if there are any DTD
> declarations in
> it.  This won't work unless you include a DTD for the entire xslt
> stylesheet - very annoying.  I have this situation using XML
> Cooktop and the
> Microsoft processor.
>
> Anyone know what browsers can't understand  ?
>
> Cheers,
>
> Tom P
>
> [Evan Lenz]> What's everyone's impression of tip #5?
> >
> > http://java.oreilly.com/news/javaxslt_0801.html
> >
> > Ironically, the page itself appears to be well-formed XHTML!
> >
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]