Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

multiple transforms, is it possible

Status
Not open for further replies.

bont

Programmer
Sep 7, 2000
200
US
Hi all,

I have and idea, but don't know if it is possible...

Is it possible to take an XML document, and use an XSL document and transform it to another XML doc, say as a filter purpose. Then take said output (preferable not written to a physical file, but still in vbscript memory), and pass it to a second XSL which would allow for a simple sort to be called (controlled by params passed by URL).

Does anyone know if this is possible, or of any examples of transforming via asp from XMLa --> XMLb, then XMLb --> HTML?
 
I have figured it out. Yes, it is entirely possible.

It is not advised, unless there appears to be no other solution. I would imagine your ISP would not like the server side weight.

This issue is closed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top