Subject: RE: Dynamic recognition of element
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Tue, 22 Apr 2003 16:32:44 -0400
|
[Hrishikesh Korde]
>
> 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?
>
<xsl:value-of select="//*/ns1:address1"/>
Cheers,
Tom P
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|