Problem with ValidationEventHandler
- From: Konrad <kplazinski@xxxxxxxxx>
- Date: Mon, 29 Sep 2008 07:55:20 -0700 (PDT)
Hi
I've got a xml file and xsd with only one namespace -
xmlns:media="http://search.yahoo.com/mrss". When I'm getting the rss
feed for example from Youtube there're also others namespaces such as
xmlns:atom or xmlns:yt. When I'm trying to validate this Xml with my
xsd the validationeventhandler show me only the first error. But what
when we got xml file like:
<channel>
<atom:id> Ident </atom:id>
<atom:name> Name </atom:name>
.....
</channel>
The Validator show me the atom:id is not in my xsd file but there's
nothing about next wrong items such as atom:name.
What should I do to change this to show me all the errors??
Thanks
kplazinski
.
- Follow-Ups:
- Re: Problem with ValidationEventHandler
- From: Martin Honnen
- Re: Problem with ValidationEventHandler
- Prev by Date: Re: XMLTextWriter and XMLTextReader
- Next by Date: Re: Problem with ValidationEventHandler
- Previous by thread: XMLTextWriter and XMLTextReader
- Next by thread: Re: Problem with ValidationEventHandler
- Index(es):
Relevant Pages
|