TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
VSR
NA
1
0
Validating XML against schemas
Mar 9 2010 5:26 PM
Hi there,
I have the following question. I have a main schema that is derived from multiple schemas. I want to validate my xml against these xsd's. How can we do that?
In Multiple schemas that i have all the elements and attributes have been defined and they are being referred using the ref attribute.
I want to do the following: ( Read XML and load it into a dataset, which is not working due to multiple schemas)
objXmlDataDocument.DataSet.ReadXmlSchema(
"C:\test.xsd")
objXmlDataDocument.Load(
"C:\test.xml"
)
dsXmlData = objXmlDataDocument.DataSet
Any help would be appreciated.
Thanks,
vsr
Reply
Answers (
0
)
xmlwriter for spanish
How can i delete the last character in xml file in vb.net