xsl-list
[Top] [All Lists]

Re: template name and xpath

2005-03-02 18:43:03
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...


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

Yours,

Chris Loschen
closchen(_at_)stanfordalumni(_dot_)org
781-718-3017 (cell)



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



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