SOAP allows elements to be multi-reference, as the following shows:
<Authors>
<author>
<name>John</name>
<zipcode href = "">
</author>
<author>
<name>Lucy</name>
<zipcode href = "">
</author>
<Authors>
<zipcode id="#1">98109</zipcode>
My question is: why the above is parsed using Xerces, would the DOM tree node for
the zipcode be expanded to contain "98109" or it's just a node with an href=""
attribute?
Thanks!
Hao
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!