Yikes! You're right. My bad, sara
> -----Original Message-----
> From: Américo Albuquerque [mailto:aalbuquerque@xxxxxxxxxxxxxxxx]
> Sent: Friday, December 06, 2002 2:03 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RE: XSL Help!!
>
>
> Hi Sara.
> In this example <xsl:apply-templates
> select='person_name/person_name.type_cd/@V="L"'/> he's not getting the
> attribute but the result of (attribute equals to the string
> 'L'), i. e.,
> is getting true or false. To get the attribute he will also
> have to use
> predicates:
> <xsl:apply-templates
> select='person_name/person_name.type_cd/@V[.="L"]'/>
> In this case I think that will be an error since you're not
> selecting a
> node set
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|