A
AGP
I have looked at several articles and help on reading CDATA from an XML node
but cant say I understand it. I dont want to itereate through all subnodes
to find the CDATA. Is there a way in VB.NET to just query that section
directly and read it for each MSG node? My XML looks something like this:
<MSG
ID="8W">
<ROAD SEGLEN="2"/>
<ROAD SEGLEN="5"/>
<ROAD SEGLEN="2"/>
<![CDATA[
READING TAKEN BY NSH. TRUCK
]]>
</MSG>
<MSG
ID="9W">
<ROAD SEGLEN="3.5"/>
<ROAD SEGLEN="1"/>
<ROAD SEGLEN="6.4"/>
<![CDATA[
READINGS DONE PER WBSMITH. <BR> DAYTIME. STANDARD EQ.
]]>
</MSG>
but cant say I understand it. I dont want to itereate through all subnodes
to find the CDATA. Is there a way in VB.NET to just query that section
directly and read it for each MSG node? My XML looks something like this:
<MSG
ID="8W">
<ROAD SEGLEN="2"/>
<ROAD SEGLEN="5"/>
<ROAD SEGLEN="2"/>
<![CDATA[
READING TAKEN BY NSH. TRUCK
]]>
</MSG>
<MSG
ID="9W">
<ROAD SEGLEN="3.5"/>
<ROAD SEGLEN="1"/>
<ROAD SEGLEN="6.4"/>
<![CDATA[
READINGS DONE PER WBSMITH. <BR> DAYTIME. STANDARD EQ.
]]>
</MSG>