<xsl:template match="element[child]">
The above works. What is the real syntax for the following pseudo-syntax? :
<xsl:template match="element[child1 AND child2]">
In the place on AND
:
and
doesn't work&
doesn't work,
doesn't work
What is it?
Thanks.