Re: [xsl] Looping through attributes

Subject: Re: [xsl] Looping through attributes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 26 Apr 2004 10:12:42 +0100
  In my xsl I want to loop through these attributes (if there are any):

  <fo:block>
  <!-- loop start -->
  <xsl:attribute name="NameOfAttribut, e.g. text-align"><xsl:value-of 
  select="@ValueOfAttribut"/></xsl:attribute>
  <!-- loop end -->
  <fo:block>


<fo:block>
<xsl:copy-of select="@*/>

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread