problem parsing with XMLReader (using ReadSubTree)
- by no9
Hello.
Im trying to build a simple XML to Controls parser in my CF application.
In the code below the string im trying to parse looks like this:
"<Panel><Label>Text1</Label><Label>Text2</Label></Panel>"
The result i want with this code would be a Panel with two labels.
But the problem is when the first Label…