Re: invalid xml doesn't throw error
- From: agda.karlberg@xxxxxxxxx
- Date: Thu, 25 Sep 2008 01:15:18 -0700 (PDT)
Turns out it's my debugging skills that was the problem! This is also
the first time I'm doing a console application, and as I'm writing out
the below it stops there and doesn't go into the catch block:
while (validator.Read())
{
Console.WriteLine("test");
Console.ReadLine();
}
If I remove this it throws an error when expected (I broke it by
removing > from one of the tags as well as making one of the elements
into an int rather than a string, will provide examples next time I
ask something).
Thanks for taking the time to look at this, sorry it was only me being
silly!
AK
.
- References:
- invalid xml doesn't throw error
- From: agda . karlberg
- Re: invalid xml doesn't throw error
- From: Martin Honnen
- invalid xml doesn't throw error
- Prev by Date: Breitling Windrider Chronomat Evolution Mens Watch K1335611-A5-435X
- Next by Date: Re: Please Help: MDI Container Form with Label on the background
- Previous by thread: Re: invalid xml doesn't throw error
- Next by thread: SSLStream problem
- Index(es):
Relevant Pages
|