Re: XMLReader skip current element

Tech-Archive recommends: Speed Up your PC by fixing your registry



On Jun 5, 4:29 pm, Alex <a...@xxxxxxxxxx> wrote:

<snip>

As you can see, its corrupted, because AppDate doesn't gave second ".

Right. It's an invalid XML file. I would strongly recommend that you
completely reject such files - trying to cope with broken files like
this is a real pain, and I don't know whether XmlReader (or any of the
other .NET XML types) support it.

Jon

.