Hi, I need to figure out which elements in an XML instance were matched by an XML Schema wildcard (xsd:any). After some digging around it appears to me that them most information I can get is via PSVIHandler interface. For an element I can get hold of PSVIElement from which I can get to XSElementDeclaration and XSTypeDefinition but there does not seem to be a way to figure out if this element corresponds to a wildcard (XSWildcard). Is there some way to obtain this information that I am missing?
Any input will be greatly appreciated. thanks, -boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
