xsl-list
[Top] [All Lists]

Re: XPath and recursion

2003-10-23 06:52:51
this code works fine. Thank you very much. Only one minor problem.
[snip]
Is there a way of getting rid of the document-tags?

Yes, add another template:

 <xsl:template match="/document">
   <xsl:apply-templates/>
 </xsl:template> 




=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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



<Prev in Thread] Current Thread [Next in Thread>