Re: [xsl] XPath and recursion

Subject: Re: [xsl] XPath and recursion
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 23 Oct 2003 06:52:51 -0700 (PDT)
>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


Current Thread