Subject: RE: Dynamic recognition of element
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 23 Apr 2003 08:33:06 +0100
|
Use //ns1:*[local-name()=$param]/ns1:address1
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Hrishikesh Korde
> Sent: 22 April 2003 21:20
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Dynamic recognition of element
>
>
>
> I have to get the address1 part, of element USAddressVO like this
>
> <ota:StreetNmbr>
> <xsl:value-of select="//ns1:USAddressVO/ns1:address1"/>
> </ota:StreetNmbr>
>
> though address1 is fixed but in place of USAddressVO there
> can be anyOther addressVO such as CAAddressVO or CTAddressVO
> depending on the state the user have provided.
>
> How can I dynamically build the XPath in the case to display
> streetNmbr?
>
> any help will be appreciated
> Thanks in advance
> Hrishikesh
>
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|