1
Reply

Writing/Reading XML

Chris

Chris

Apr 24 2008 4:52 AM
2.3k

Hi, I’m trying to develop a VB.NET application (Original application Developed in PHP) to create XML data that will be used within a PHP application.

 

I’ve been able to use, but it has not been able to do what I need

textWriter.WriteStartDocument()

textWriter.WriteStartElement("selftestQuestion") 'START Question Element

 

 

I need it to produce a Element Tag that look like below, but I can’t seem to use WriteStartElement to do this. 

 

<selftestQuestion sourceID="1">

.........

  </selftestQuestion>

 

Is there any other VB.Net function that can be used to write XML that allows me to insert more data into the Element Start tag

 

Thanks


Answers (1)