Xslt

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Seesharp2008
    New Member
    • Nov 2007
    • 6

    #1

    Xslt

    Hi guys!

    I want to do a sequence of transformations on an xml file. here is the scenario:

    Input.xml-------XSLT------>output.xml------XSLT------->output.xml.... ...

    for fulfiling this i have to save the first output on my hard disk and then use it again.
    What I have done is to copy the out put in to a temp.xml file , delete the out put file and use the temp.xml file as the input for the second transformation.

    But it fails and the output isn't what I expected.
    Do u have any ideas ?
    Thank u in advanced.
Working...