[xsd-users] Re: Convert a type, created by the xsd-tool, to DOMElement type, defined in xerces

Boris Kolpackov boris at codesynthesis.com
Tue Dec 6 08:48:28 EST 2011


Hi Dominik,

Lickert, Dominik (LEN, DivHG) <DLickert at testo.de> writes:

> Now I want also to create a TEXT_NODE and add it to my Text_Type.
>
> [...]
>
> In the example mixed there are only read-methods, but no write-methods.

The DOM association feature that is used in the 'mixed' example only
works for parsing. If you also need to create XML documents with mixed
content, then you will need to use type customization. See the
'custom/mixed' example for details.

Boris



More information about the xsd-users mailing list