Im new to xml/xsl and i wanted to know if is posible to filter a for each query on more than one field like SQL using AND/OR values.
ie: in SQL you could write:
WHERE Country = 'France' AND Price > 30
but in xsl i cant see how to do a similar thing:
<xsl:for-each select="/PRODUCT/RECORD[AUTHOR='Test']">
Im not even sure if it is possible and if it is i cant seem to find anyhing about it???
Any help would be appreciated.
ie: in SQL you could write:
WHERE Country = 'France' AND Price > 30
but in xsl i cant see how to do a similar thing:
<xsl:for-each select="/PRODUCT/RECORD[AUTHOR='Test']">
Im not even sure if it is possible and if it is i cant seem to find anyhing about it???
Any help would be appreciated.