RE: [xsl] sending parameters with apply-templates doesn't work?

Subject: RE: [xsl] sending parameters with apply-templates doesn't work?
From: sara.mitchell@xxxxxxxxx
Date: Wed, 17 Jul 2002 15:07:53 -0400
I don't think you understood my comment. The root
that is being returned by document() is / -- not 
/bookmarkedcategories which is the first node in 
the tree of this other document. I think you 
need to change the document() call to document()/bookmarkedcategories
to insure that it's hitting the right template. 

Sara

> -----Original Message-----
> From: Mattias Konradsson [mailto:preacher@xxxxxxxxxxx]
> Sent: Wednesday, July 17, 2002 11:18 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] sending parameters with apply-templates 
> doesn't work?
> 
> 
> 
> 
> > The syntax is valid and should work, but I think
> > you're running into problems because of document()
> > in the select 
[snipped]
> That shouldn't be a problem, the document function returns  a 
> nodeset with
> bookmarkedcategories as root... 
[snipped]

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


Current Thread