[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: use cases for d-o-e
> I was wondering about another approach, a serialize() method that returns > the XML serialization of (say) an element node, as a character string, which > you can then insert into text output. that's used a lot in msxml (where you can write it easily as an extension function that access the MS DOM's .xml method on nodes. It's more flexible but (as a consequence) requires more work by the stylesheet author if you have a stylesheet that's writing xhtml and suddenly you decide to want to add a couple of templates adding in asp or jsp <% syntax. If you have an explicit serialiser in the text method, you'd have to change every template using literal result elements to produce a serialisation (or I suppose grab the wgole output of the original transform into a variable and then serialise that) David _____________________________________________________________________ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Scanning Service. For further information visit http://www.star.net.uk/stats.asp or alternatively call Star Internet for details on the Virus Scanning Service. 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
|