Okay, one quick question for XML/VB.net pros out there. I am reading the attached XML file into my VB.net application. From it I am pulling out the CDATA and assigning it to a string variable. Thus,
What I need to do to continue reading my XML is to read that string. How can I do that? I want to read it just like I read the XML file.Code:header = "<?xml version="1.0" encoding="UTF-8"?> <!-- $VT_DESC --> <Pairs Version="0.1" Language="EN" Desc="$VT_DESC">"
Ultimately I want to find out where (under what element and/or attribute) "$VT_DESC" is found. Once I know that I want to go on to systematically read another XML file in which that value is something else and pull that value out of the second XML.


Reply With Quote


Bookmarks