M
msnews.microsoft.com
Hi All,
I have some code that uses the XMLTextReader to parse a document. When I
iterate through the nodes on desktop the reader.value method returns the
inner contents of the node correctly, however when I do the same on the PPC
the reader method returns an empty string. Does anyone know what might be
the cause of this.
I am using CF 1.0 SP3 if that is any indication
Any help is appreciated
Mark
' Example of the code
do while reader.read
console.writeline(reader.name & " : " & reader.value)
loop
I have some code that uses the XMLTextReader to parse a document. When I
iterate through the nodes on desktop the reader.value method returns the
inner contents of the node correctly, however when I do the same on the PPC
the reader method returns an empty string. Does anyone know what might be
the cause of this.
I am using CF 1.0 SP3 if that is any indication
Any help is appreciated
Mark
' Example of the code
do while reader.read
console.writeline(reader.name & " : " & reader.value)
loop