Andre Cusson wrote: > Hi, > > Can an XSLT transformer load multiple xml files to integrate with the SAX > flow it is receiving (ex: by using document('???') ? > Can an XSLT transformer generate multiple SAX flows (ex: for different > sub-pipelines), for example by using <xsl:document href="???"/> ?
Please don't use the dreaded document() function, if only for the fact that it totally breaks the Cocoon model. Use aggregation or X/CInclude. -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (discussions get forgotten, just code remains) --------------------------------------------------------------------- --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>