Subject: Re: template name and xpath
From: Anthony <apwebdesign@xxxxxxxxx>
Date: Wed, 2 Mar 2005 19:14:57 -0800 (PST)
|
Thanks! That was it!
--- Chris Loschen <closchen@xxxxxxxxxxxxxxxxxx> wrote:
> Also, spelling counts...
>
> descendant not descendent
>
> Chris
>
> At 08:14 PM 3/2/2005, you wrote:
> >On Wed, Mar 02, 2005 at 05:09:18PM -0800, Anthony
> wrote:
> > > I want to have several defined templates,
> matching on
> > > various situations...for example:
> > >
> > > Template to be called if TreeNode has
> TreeNodeList as
> > > a child, and the $SelectedNode is equal to a
> > > descendent NodeID element.
> > >
> > > <!-- hasChildren and SelectedNode is a
> descendent of
> > > current TreeNode -->
> > > <xsl:template
> name="p:TreeNode[child::p:TreeNodeList
> > > and descendent::p:NodeID = $SelectedNode]">
> >
> >I think you mean to have <xsl:template
> match="...."> here?
> >
> >match instead of name...
>
> Yours,
>
> Chris Loschen
> closchen@xxxxxxxxxxxxxxxxxx
> 781-718-3017 (cell)
>
>
=====
Anthony
ph: (408) 656-2473
blog: http://www.chovy.com
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
|