W
wshaklee
Does anyone know how to create a stylesheet that will suppress all
output. I use to use
<?xml version="1.0"?>
<!--
EmptyResult.xsl
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
</xsl:stylesheet>
but now we have to conform to the new XSL standard I've tried
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
</xsl:stylesheet>
But that displays all the XML as text. I want to suppress everything
and just display an empty page that I already have some HTML text on.
Thanks
output. I use to use
<?xml version="1.0"?>
<!--
EmptyResult.xsl
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
</xsl:stylesheet>
but now we have to conform to the new XSL standard I've tried
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
</xsl:stylesheet>
But that displays all the XML as text. I want to suppress everything
and just display an empty page that I already have some HTML text on.
Thanks