Re: [xsl] Beginner: adding xmlns:mml attribute

Subject: Re: [xsl] Beginner: adding xmlns:mml attribute
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 9 Jan 2003 13:32:00 GMT
   I'm also surprized that Saxon indents HTML output by default in the

16.2 says

If the indent attribute has the value yes, then the html output method
may add or remove whitespace as it outputs the result tree, so long as
it does not change how an HTML user agent would render the output. The
default value is yes.
^^^^^^^^^^^^^^^^^^^^


  Last point is that when using the HTML output method, using 
 xsl:processing-instruction is NOT equivalent to what Roel Vanhout 
 was specifying, the spec says that the HTML serialization should
 terminate PI with '>' and not '?>' as the CDATA section suggested.

True, and the IE/MathPlayer combination is expecting the HTML style Pi
without the trailing ?, which is another reason for letting XSLT take
care of these things:-)

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


Current Thread