![]() |
|
|
|||||||
![]() |
XML - Re: Emitting to HTML Output |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
(Xeon) wrote:
> Hi, > > Anybody knows how to emit to html output with XSLT? > > TIA If I'm using a XSLT processor that knows about html like Xalan (and I'm outputting html) then I just define the entity at the top: <!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp " "> ]> <xsl:stylesheet version="1.0" xmlns .... then I can use wherever I like and it comes out in the html as Andy Jefferies |
|
|