Hello,
this is more of an question than issue, but maybe you'll help me.
I have xsd with anyType element and another xsd describing that nested element (first xsd serves as wrapper for multiple document types, each described by separate xsd).
I understand I need to create custom serializer...but what should it do? Create second serializer for that inner xml, convert resulting string to DOMElement and return that? I'm hoping there is some cleaner solution.
Hello, this is more of an question than issue, but maybe you'll help me.
I have xsd with anyType element and another xsd describing that nested element (first xsd serves as wrapper for multiple document types, each described by separate xsd).
I understand I need to create custom serializer...but what should it do? Create second serializer for that inner xml, convert resulting string to DOMElement and return that? I'm hoping there is some cleaner solution.