[Home] [By Thread] [By Date] [Recent Entries]
Senthilkumaravelan K wrote:
<element name="firstName" type="xsd:string"/> <element name="lastName" type="xsd:string"/> <element name="address1" type="tns2:Address"/> In that case, you can simply do something along the line of selecting: //xs:element[@type = 'xsd:string' or @type = 'xsd:int'] where 'xs' is bound to the namespace of XML Schema. It will get you all elements of type 'xsd:string' of of type 'xsd:int'. If with 'recursive' in your OP you meant that you somehow need to follow and/or output the parents (or data from them), you can wrap some modified copy template around this. -- Abel
|

Cart



