[xsl] Piping

Subject: [xsl] Piping
From: "Dhruvraj Singh" <sdhruv@xxxxxxxxxxxxx>
Date: Thu, 20 Jun 2002 08:27:42 +0530
Hi again,

In my stylesheet I have :
---
<pipe:pipeDocument   source="source.xml" target="target.xml">
   <stylesheet href="ss1.xsl">
     <param name="param1" value="value1"/>
   </stylesheet>
   <stylesheet href="ss2.xsl">
     <param name="param1" value="value1"/>
     <param name="param2" value="value2"/>
   </stylesheet>
   <stylesheet href="ss1.xsl"/>     
</pipe:pipeDocument>
--

As you can see, I want to pipe one "source.xml" through a series
of filters "ss1.xsl" and "ss2.xsl" etc. called with appropriate
parameters and finally the results are in "trarget.xml"

Can anyone of you, who has worked on such a thing before, tell
me how do we go about it ? The normal invocation of XALAN
to process "any"(considering this one to be special) stylesheet is
not working.

Any help/prior-experience/pointers/suggestions would be of
GREAT importance.

Thanks again.

Regards,

Dhruvraj Singh
Aalayance, India


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


Current Thread
  • [xsl] Piping
    • Dhruvraj Singh - Thu, 20 Jun 2002 08:27:42 +0530 <=