|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Simple XSL but having problems
> -----Original Message----- > From: Dylan Barber [mailto:dylan.barber@xxxxxxxxxxxxx] > <snip /> > however all i get is :|*|: > > what did i do wrong (please no rebukes I am trying to understand > this and I think this structure should work its easy enough) > Hi, The problem is that your XML root is the 'a' node, so in the root matching template (match="/"), when you ask to iterate over all 'a/b' nodes, there aren't any... Try: <xsl:for-each select="b"> instead. HTH! Greetz, Andreas
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








