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: using multiple xsl's with one xml


At 07:14 1-05-2001, Carlton Noles wrote:
>I am fairly new to XML/XSL. I need to know how to
>associate different XSL files with a single XML file.

You can do this at runtime; e.g., with SAXON, you'd run

java com.icl.saxon.StyleSheet myinput.xml myTOC.xsl > TOCout
java com.icl.saxon.StyleSheet myinput.xml myBody.xsl > Bodyout

>For example I would like to have a table of contents
>on one page and the text on another built from the
>same XML doc.

... but you don't need to run XSLT twice to do that.  Unless you want the 
TOC and text in separate output documents, you want to run one stylesheet 
with different modes.

-Chris
-- 
Christopher R. Maden, XML Consultant
DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training
<URL: http://crism.maden.org/consulting/ >
PGP Fingerprint: BBA6 4085 DED0 E176 D6D4  5DFC AC52 F825 AFEC 58DA


 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]