xsl-list
[Top] [All Lists]

Re: [xsl] node test on element of an attribute

2006-09-01 00:49:07
David Carlisle wrote:
I hoped to be able to treat this in one template match for @vo-name, something like
you can test
<xsl:if test="parent::entity" > ...
Must have been a typo or other mistake by me. Of course it works.
but if a template just consists of a choose testing the parent its
normally clearer to have two templates

match="entity/@vo-name">....

match="property/@vo-name">...
Yes, this a possible solution too, but then I had to duplicate a lot of other code. So xsl:choose was the better approach for me.

Thanks,
Georges

--~------------------------------------------------------------------
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>