Re: [xsl] attributes in and out

Subject: Re: [xsl] attributes in and out
From: andrew.curry@xxxxxxxxxxxx
Date: Mon, 29 Sep 2003 12:43:45 +0100
No problem

PA Sport RnD

Andrew Curry
Software Developer

Telephone: 01430 455545
Website:        http://www.pa.press.net

PA News Limited:
Bridgegate, Howden, East Yorkshire, DN14 7AE

Registered Office:
PA News Limited, 292 Vauxhall Bridge Road, London SW1V 1AE. Registered in
England No. 3891053


----- Original Message ----- 
From: "clemens schrenk" <clemens.schrenk@xxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, September 29, 2003 12:42 PM
Subject: Re: [xsl] attributes in and out


> thanks, it works perfectly....
>
>
>
> Am 29.09.2003 13:22 Uhr schrieb "andrew.curry@xxxxxxxxxxxx" unter
> <andrew.curry@xxxxxxxxxxxx>:
>
> > loop through the attributes using an xpath expression to get the value
of
> > the parent instance.
> >
> > i.e.
> >
> > <xsl:for-each select="Your attribute path">
> > .......Your code to write your item identifier element....
> > your title would be <xsl:value-of select="parent::INSTANCE/@name"/>
> >
> > I think that would work....
> >
> >
> >
> > XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> >
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread