Re: [xsl] Converting xml data to html using xsl/xslt

Subject: Re: [xsl] Converting xml data to html using xsl/xslt
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 12 Feb 2004 14:59:09 GMT
  If I do not know data1 and data2 before hand, is there a way I can get them 
  from the xml file at the time of coverstion so that my xsl will be more 
  generic. 

<tr>
<xsl:for-each select="slideshow/slide[1]/*
<th><xsl:value-of select="name()"/></th>
</xsl:for-each>
</tr>


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
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
________________________________________________________________________

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


Current Thread