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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML-XSLT process on Server - Side

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have an XML and an XSLT file which process it.
Do you have any ideea how can I process the XML with XSLT file on Server Side instead client side ?
 
If you are using ASP, then load the files up into seperate DOM Documents from MSXML3 and then issue transformnode on the DOM document containing the XML passing in the DOM Document containing the XSL as the parameter. The return from the function is the transformed XML.

Sorry, can't say for any other platform.

James :) James Culshaw
jculshaw@active-data-solutions.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top