Search results for query: *

  1. B

    Problem with XSLTransform in VB.net

    Yep, sorry about the change. Here is a link to how I got it to work: http://p2p.wrox.com/topic.asp?TOPIC_ID=43802 Thanks again for your help.
  2. B

    Problem with XSLTransform in VB.net

    XSL help Hi, I'm been having trouble with this xsl for the folllowing xml document. It is well formed, however, when you run it, none of the values for UIC, Name or Type appear in the results, just their blank elements. The reason I need this xsl transform is bc the xml is received from a...
  3. B

    Write Nested XML document into SQL Server tables

    Hello, I have an xml document that I am pulling from a webservice through vb.net that has nested tables in it. I need to write each of these nested tables each to a separate Sql Server table using VB.NET. I have the xml schema file of the webservice xml in my visual studio project, and I...
  4. B

    Problem with XSLTransform in VB.net

    That worked! Thanks for your help. :)
  5. B

    Problem with XSLTransform in VB.net

    JohnH, Thanks for your quick response. In regards to your responses: 1) The typo actually isn't in the code I have been working with, it was created when I typed it into the box (I cannot copy and paste the code that I work with bc of the way the classified computer is setup) 2) What I...
  6. B

    Problem with XSLTransform in VB.net

    Hello, I have a vb.net application that pulls an xml from a webservice, then runs through code to write it to a database. The XML from the webservice does not print blank elements, so I've had to use an XSL stylesheet (included below) for the push to a SQL Server database to convert the XML to...
Back
Top