Hi Guys,
I have created a web services that returns an XMLNode. I have a .XSL file to format the xml. I want to know how to display the XMLNode on the page. Here is how I call the webservice:
XmlNode xmlData = webserv.GetItems();
My xsl file is called DispPubs.xsl.
How would I go about displaying the xml file on the web page?
Thanks in advance for your time.
Lumstar
______________________________________
And The Star Continues To Shine....
I have created a web services that returns an XMLNode. I have a .XSL file to format the xml. I want to know how to display the XMLNode on the page. Here is how I call the webservice:
XmlNode xmlData = webserv.GetItems();
My xsl file is called DispPubs.xsl.
How would I go about displaying the xml file on the web page?
Thanks in advance for your time.
Lumstar
______________________________________
And The Star Continues To Shine....