This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: obtaining details from a namespace


> I have an XML source that has
> .....
>     <Keys>
>         <NUIS3:DWELLING_TAB_V_KEYS
> NUIS3:POLICY_ID="AAJ9BDK86EHSPREM"
>
> in it. I'm trying to obtain the POLICY_ID for
> output, but my match doesn't seem to work.
>
> I have
> <xsl:template match="Home/Keys">
> 		<xsl:attribute name="POLICY_ID">
> 			<xsl:value-of
> select="//NUIS3:DWELLING_TAB_V_KEYS/@POLICY_ID"/>

The element doesn't have an @POLICY_ID attribute, it has an
@NUIS3:POLICY_ID attribute.

Weird design - looks like someone determined to make XML look like good 'ole
familiar COBOL.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]