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
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