View Single Post
  #6 (permalink)  
Old Dec 13th, 2006, 11:07
snow snow is offline
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to snow
Re: Need help on xsl and xpath

Oh, before you think XPath stuff, then the XSLT needs sorted as you're using apply-template & a for-each; which I'm pretty sure will not work together in this context - you're drilling in a level too deep.

I'd advice you to take out the 'for-each' and stick with the apply-template.

Snow
Reply With Quote