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

Boris Kolpackov boris at codesynthesis.com
Mon Dec 5 11:50:00 EST 2011


Hi Dominik,

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

> My problem is, that I want to read out the content / NodeValue of 
> an element, but there is no function in the generated code for that.
> 
>             <xsd:complexType name="Text_Type" mixed="true">
>                         <xsd:complexContent mixed="true">
>                                    <xsd:extension base="TextCell_Type"/>
>                         </xsd:complexContent>
>             </xsd:complexType>

This type has mixed content. Please refer to the 'mixed' example for
more information on how to access its content.

Boris



More information about the xsd-users mailing list