[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: output .net register directive

Subject: RE: output .net register directive
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 27 Oct 2004 15:57:10 +0100
register control in xslt output
> michael, this might be a very stupid question - but what is a 
> xslt serializer?
> 

It's the piece of software that takes the result tree generated by your
stylesheet and turns it into a stream of characters (or bytes) representing
an XML or HTML document, under the control of the xsl:output declarations.

The significance is that you don't have to invoke the XSLT serializer. For
example, if you run a transformation in Mozilla the result tree is passed
straight to the HTML rendering engine, without first serializing it.
Similarly, in the MSXML world you often send the transformation result to a
DOM and then use the DOM serializer, which doesn't understand things like
xsl:output and disable-output-escaping.

Michael Kay
http://www.saxonica.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.