XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Gary HomewoodSubject: xsl:result-document and multiple output documents
Author: Gary Homewood
Date: 30 Mar 2006 09:51 AM
Does anyone have an example that illustrates the use of xsl:result-document to generate multiple output documents? I assume I have to set the XSLT processor to Saxon to get it to work, and the output documents will be generated in the same folder, but I'm not having much success.

Any help greatly appreciated.

Posttop
Minollo I.Subject: xsl:result-document and multiple output documents
Author: Minollo I.
Date: 30 Mar 2006 10:08 AM
Yes, you need to use Saxon 8.x; a very simple example:

<?xml version='1.0'?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<output>to default output</output>
<xsl:result-document href="file:///c:/output2.xml">
<output>to second output</output>
</xsl:result-document>
</xsl:template>
</xsl:stylesheet>

 
Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.