Only thing is that pbXML.xml is in an array.
sXml(0) = "<?xml version="1.0"?><pbXML><shipment>..."
sXml(1) = "<?xml version="1.0"?><pbXML><shipment>..."
sXml(2) = "<?xml version="1.0"?><pbXML><shipment>..."
sXml(3) = "<?xml version="1.0"?><pbXML><shipment>..."
But how about if this needs to go into a VB.NET page that has other controls such as datalist, html tables, etc.? How does that work?
Thank you! That xsl will work if I can understand how to incorporate it into the rest of my page.
I have XML documents that are returned from a Web Service, which are each put into an array.
sXml(i) = "<foobar><foo1></foo1><foo2></foo2></foobar>"
They all have the same elements. From my results, I need to sum <foo1> if <foo2> is the same and display in a datagrid.
Any suggestions?
ang
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.