valid children of XmlNode according to DTD?
Posted
by redoced
on Stack Overflow
See other posts from Stack Overflow
or by redoced
Published on 2010-04-06T11:37:02Z
Indexed on
2010/04/06
12:33 UTC
Read the original article
Hit count: 259
consider this:
I'm inside a (selfbuilt) XML Editor and am about to add a Child to an XmlNode. How do I know which types of children are valid according to a DTD.
it's a behaviour like Intellisense. I couldn't find any .NET classes for "parsing" the DTD.
How would i go about this?
© Stack Overflow or respective owner