This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Transformation from XML to Table Rows



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]