|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: how to close html tags : link, meta,...
<xsl:text disable-output-escaping="yes"><?xml-stylesheet type="text/xsl"
href="http://www.w3.org/Math/XSL/mathml.xsl"?> </xsl:text> <html>
dont't use disable-output escaping for this (or anything else!)
To generate a processing instruction use <xsl:processing-instruction.
If you want HTML (rather than XML) syntax just use
<link rel="stylesheet" type="text/css" href="{$cssFile}"/>
and then oputput using html by specifying
<xsl:output method="html"/>
If your top level element had been <html> the system would have
defaulted to html output automatically. (
<xsl:text disable-output-escaping="yes
probably stopped that defaulting)
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








