MSXML Javascript piping
Hi all,
I have 1 XML and 2 XSL's that I transform using pure client side Javascript one after the other (basically the output of first is the input for the second transformation). I know that the transformation happens fine, because I can see the final output. The problem is that the base href of the final generated document gets misplaced and hence I end up getting a lot of Javscript and CSS issues. When doing the view source on the page I see the HTML which initiated the transformation and is basically an empty document with only Javascript for the XML transformation. When I do them one at a time the transformation is picture perfect.
Anyone have any clues what am I missing.
Thanks a lot.
|