[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Output of One Transformation As Input to Another

Subject: Re: Output of One Transformation As Input to Another
From: "Ritu" <rkama@xxxxxxxxxxx>
Date: Wed, 6 Nov 2002 14:09:56 -0600
streamresult output to screen
Hi Schwatz,

Can you send the XSL and initial XML that produces the intermediate result.
Or print the intermediate output to screen and see the result.

Ritu

----- Original Message -----
From: "Schwartz, Rechell R, ALCAS" <rrschwartz@xxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, November 06, 2002 10:25 AM
Subject:  Output of One Transformation As Input to Another


> All,
>
> I am getting an error intrying to take the output of one transformation as
input to another. Following is my code. Any assistance would be greatly
appreciated. The error message I get is "Can't have more than one root in a
DOM!"
>
>  try {
>             TransformerFactory tFactory =
TransformerFactory.newInstance();
> String xsl = "/stylesheets/data.xsl";
> Transformer transformer = tFactory.newTransformer(new
StreamSource(getClass().getResourceAsStream(xsl)));
> DOMResult domResult = new DOMResult();
> transformer.transform(new StreamSource(new
StringReader(hand.detailresult)), domResult);
> Document document = (Document)domResult.getNode();
> xsl = "/stylesheets/format.xsl";
> transformer = tFactory.newTransformer(new
StreamSource(getClass().getResourceAsStream(xsl)));
> transformer.transform(new DOMSource(document), new StreamResult(out));
>       } catch (Exception e) {
>      e.printStackTrace();
> }
>
> Thanks,
> Rechell
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.