[xsl] mixture of XML and HTML in result

Subject: [xsl] mixture of XML and HTML in result
From: Larry_Mason@xxxxxx
Date: Thu, 8 Jan 2004 08:55:14 -0600



I need to build a page containing both html and xml.  In order for the
proper xml to be built, I must use the xsl output of xml.  However, I also
need non-breaking spaces within the html sections.  What I can't determine
is how to litterally emit   in the result.
<xsl:text>&#160;</xsl:text> works fine only when the output method is html.
Thoughts?
Larry

abbreviated goal looks something like this:
<html>
<body>
<table>
<tr>
<td>
Tree here<br/>
&#160;grandparent<br/>
&#160;&#160;parent<br/>
&#160;&#160;&#160;child<br/>
</td>
<td>
<object>
<param name="input"><xmldata><name/><name/><name/></xmldata></param>
</object>
</td>
</tr>
</table>
</body>
</html>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread