Hi,
I want to find a attribute in an XML document. I have an XML document with many folder elements and I want to find the folder element with a given attribute.
How can I test for a specific attribute value.Can I use the <xsl:if test> or <xsl:if match> to do this and if so how do I specify that it's not an element I want to find but an attribute?
<xsl:template match="Folder">
<xsl:if match=?????
I want to find a attribute in an XML document. I have an XML document with many folder elements and I want to find the folder element with a given attribute.
How can I test for a specific attribute value.Can I use the <xsl:if test> or <xsl:if match> to do this and if so how do I specify that it's not an element I want to find but an attribute?
<xsl:template match="Folder">
<xsl:if match=?????