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

Simple XML Transformation?

Status
Not open for further replies.

SiJP

Programmer
May 8, 2002
708
GB
vb.net 2003, .net 1.1

My application is intended to receive xml data from a variety of sources. Each xml data packet is loaded into an XmlDocument.

I now need to convert the xml in this XmlDocument object and load the result into a new XmlDocument. (XmlDoc -> XSLT -> NewXmlDoc)

- The XSLT for this transform is located on a public server: " - All xml data needs to be handled in memory, and not saved to the file system.

Does anyone have a completed example of this (in either c# or vb)? I have struggled to find an example that doesn't involves the source xml being on the file system.

TIA,

------------------------
Hit any User to continue
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top