This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Splitting result into 2 or more documents


To clarify this a bit, it's not possible without extensions to do this with
one stylesheet in a single transformation. It is obviously possible to do
this in several passes, with several stylesheets or even with a single
stylesheet if it accepts a parameter that determines its behavior...

- Eugene

: -----Original Message-----
: From: Linda van den Brink [mailto:lvdbrink@baan.nl]
: Sent: Friday, November 17, 2000 3:21 AM
: To: 'xsl-list@mulberrytech.com'
: Subject: RE: Splitting result into 2 or more documents
: 
: 
: 
: > Is it basically possible to transform a XML docuemnt into two 
: > or more target XML
: > documents, thus splitting the content of the origin XML 
: > document into several
: > files?
: 
: In the XSLT recommendation it's not possible. However, most 
: processors have
: an extension element for this. It depends on the processor 
: you're using. For
: example, xt has xt:document, saxon has saxon:output. 
: 
: Linda
: 
: 
:  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
: 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]