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]
Other format: [Raw text]

RE: Concealed



>Subject:  Outputting multiple HTML-files from one XML-file with one
>          XSL/XSLT-file


either you need an extension function, such as saxon:output, xalan's
redirect, etc. If you're using a processor with xslt 1.1 support or xslt
2.0(saxon 7) you can use xsl:document and xsl:result-document respectively.
IF your processor does not have an extension function for multiple output
you can always roll your own. you could also have a script of some sort, for
example an .asp or .js or .vb that loads a dom document, retrieves a
particular nodeset and transforms that node to a particular output.


 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]