LostProgrammer
Well-known member
- Joined
- Jan 17, 2003
- Messages
- 123
Given an XMLNode from an instance document that uses a schema, how do I get the corresponding schema element?
Ive found posts about XMLNode.definition or XMLNode.GetNamespaces but these properties/methods do not appear to exist in 1.1.
I also found the SchemaInfo property in 2.0, which is exactly what i want but again its not implemented in 1.1
Is there a quick, easy way to obtain this info?
Thanks ,
-lp
Ive found posts about XMLNode.definition or XMLNode.GetNamespaces but these properties/methods do not appear to exist in 1.1.
I also found the SchemaInfo property in 2.0, which is exactly what i want but again its not implemented in 1.1
Is there a quick, easy way to obtain this info?
Thanks ,
-lp