Subject: Using in XSL HTML Output
From: "Adam J Knight" <adam@xxxxxxxxxxxxxxxxx>
Date: Sun, 20 Feb 2005 22:55:59 +1000
|
Hi all,
I am trying to using the html character in the HTML output of my
xsl file. Have tried a couple of options including the options below with no
success.
Would appreciate some insight on how to use these characters in xsl???
<?xml version="1.0"?>
<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp ' '>]>
<xsl:stylesheet version="1.1"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
<xsl:template match="/">
<p>Test Space</b> <p>Test Space</p>
<p>Test Space Two</p>  <p>Test Space Two</p>
<p>Test Space Three</p>  <p>Test Space Three</p>
</xsl:template>
</xsl:stylesheet>
Cheers,
Adam
NB: "Pray as if everything depended upon God and work as if everything
depended upon man."
|