Page Rank

Subscribe

Categories

Recent posts

Alexa Rank

How to read XML file in vb


XML (Extensible Markup Language)How to create XML file using vb

  • Extensible Markup Language (XML) is a markup language created to structure, store, and transport data by defining a set of rules for encoding documents in a format that is both human-readable and machine-readable.
  • The design goals of XML emphasize simplicity, generality, and usability over the Internet.
  • XML is a textual data format with strong support via Unicode for the languages of the world.
  • XML is developed by World Wide Web Consortium.
  • Hundreds of XML-based languages have been developed, including RSS, Atom, SOAP, and XHTML.

XmlDataDocument ClassHow to read XML file in vb

  • XmlDataDocument allows structured data to be stored, retrieved, and manipulated through a relational DataSet.

Namespace:  System.Xml
Assembly:  System.Data (in System.Data.dll)


  • Syntax for XmlDataDocument

XmlDataDocument.Load Method (XmlReader)How to read XML file in vb

  • XmlDataDocument.Load Method loads the XmlDataDocument from the specified XmlReader.
  • Syntax for XmlDataDocument.Load Method (XmlReader)

XmlDataDocument.GetElementsByTagName Method (String)How to read XML file in vb

  • XmlDataDocument.GetElementsByTagName Method (String)  returns an XmlNodeList containing a list of all descendant elements that match the specified Name.
  • Syntax for XmlDataDocument.GetElementsByTagName Method (String)

How to read XML file in vbComplete Code

 How to read XML file in vb

If you have any suggestions regarding this topic, please contact us…

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)

1 comment to How to read XML file in vb

  • Alexey

    That isnihgt’s just what I’ve been looking for. Thanks!

    VA:F [1.9.22_1171]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.22_1171]
    Rating: 0 (from 0 votes)

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">