all groups > dotnet xml > september 2004 >
You're in the

dotnet xml

group:

VB.NET: Get the Attribute and Text out from Xml string


VB.NET: Get the Attribute and Text out from Xml string http://www.visual-basic-data-mining.net/forum
9/30/2004 2:37:14 AM
dotnet xml:
Besides using For Each /Next loop to find every individual nodes, which loop
should be use and how to apply if i want only one set of tag...(in blue)

Example:

<Book>
<Title ID ="1">
<Author>Hello</Author>
<Reference web = "www.reference.com" topic = "In thing">
</Title>
<Title ID = "2">
<Author>Thanks</Author>
<Reference web = "www.titlebook.com" topic = "Out thing">
</Title>
</Book>

I just want a draft idea of how it should be like...

Thanks

--
toytoy - forum member
http://www.visual-basic-data-mining.net/forum

Re: VB.NET: Get the Attribute and Text out from Xml string Jared
9/30/2004 12:48:29 PM
You can use Xpath to extract data from an xml document. Check out
www.w3schools.com to get a general understanding.


[quoted text, click to view]

AddThis Social Bookmark Button