aurora
05-08-2007, 03:25 AM
I'm wondering if I could write AND statements using XSL/XML.
Could anyone help me out to sort this?
Here is my current code that isnt working
<xsl:if test="@ID[.='1'] & games/round/@ID[.='9']">
Could anyone help me out to sort this?
Here is my current code that isnt working
<xsl:if test="@ID[.='1'] & games/round/@ID[.='9']">