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