Altova Mailing List Archives
>xsl-list Archive Home
>Recent entries
>Thread Prev - Re: [xsl] attributes in and out
>Thread Next - Re: [xsl] attributes in and out
Re: [xsl] attributes in and out
To:
Date: 9/29/2003 4:00:00 AM
<xsl:for-each select="instance[@attribute = 'audio' or @attributie = 'video']> should do it i think 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:57 PM Subject: Re: [xsl] attributes in and out > well, there is just one question remaining, and currently i can not think of > any solution - > > how can i restrict this loop to <INSTANCE> elements with the attribute > values "audio" and "video" only ? > > e.g.: <INSTANCE name="audio"> > > > > > Am 29.09.2003 13:43 Uhr schrieb "andrew.curry@xxxxxxxxxxxx" unter > <andrew.curry@xxxxxxxxxxxx>: > > > 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
Disclaimer
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

