M
milesd
Hello,
I have just started implementing an Axis2 SOAP implementation which
has a response message which has multiple elements. One of the
elements is an XML stream. I didn't realise (rather naively that the
type="string" would result in encoding "<" becoming < (and
equivilent for >). I would like the XML "response element" to remain
intact:
------
<element name="XML response" type="string"/>
<complexType name="POType">
<all>
<element name="id" type="string/>
<element name="name" type="string"/>
[snip]
</all>
</complexType>
------
** How do I specify a <element name="name" type="XML"/> ?
** How do I "grab this nested XML" in an XSLT ?
Thank you, cheers
Miles.
I have just started implementing an Axis2 SOAP implementation which
has a response message which has multiple elements. One of the
elements is an XML stream. I didn't realise (rather naively that the
type="string" would result in encoding "<" becoming < (and
equivilent for >). I would like the XML "response element" to remain
intact:
------
<element name="XML response" type="string"/>
<complexType name="POType">
<all>
<element name="id" type="string/>
<element name="name" type="string"/>
[snip]
</all>
</complexType>
------
** How do I specify a <element name="name" type="XML"/> ?
** How do I "grab this nested XML" in an XSLT ?
Thank you, cheers
Miles.