valid children of XmlNode according to DTD?
- by redoced
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?