Subject: RE: Restrictions on pattern for the match attribute of the xsl:template element
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 10 Feb 2009 08:08:04 -0000
|
> Thanks a lot for this. However, this leads me to another
> question; what's the difference between
>
> match="Object[PropertyList/Property[Name='Property1][Value='abc']]"
>
> and
>
> match="Object[PropertyList/Property[Name='Property1 and Value='abc']]"
>
> Which one is preferred and why?
There's no difference, I use both interchangeably.
Michael Kay
http://www.saxonica.com/
|