Go Back   Velocity Reviews > Newsgroups > XML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

XML - Re: Emitting   to HTML Output

 
Thread Tools Search this Thread
Old 06-25-2003, 03:11 PM   #1
Default Re: Emitting   to HTML Output


(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" xmlnssl="http://www.w3.org/1999/XSL/Transform"
....

then I can use &nbsp; wherever I like and it comes out in the html as &nbsp;


Andy Jefferies
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump