Re: Transformation from XML to Table Rows

Subject: Re: Transformation from XML to Table Rows
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 4 Dec 2000 22:53:20 GMT
Your example document had a document element called root with 
child elements called topic, but your XSL template for
/ has a for-each selecting 
       <xsl:for-each select="channel_list/topic">
which won't select anything as the child elemnt of / is called root
not channel_list.


also your root template never calls apply-templates so the other
templates in the styplesheet that you define can never possibly have any
effect. 

David



_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp


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


Current Thread