U
Unregistered
Hi i was just wandering if someone can help !
say i had a xml tag eg.
<happy iam="no">
</happy>
how get xslt to match the happy template where iam=no
ive tried
<xsl:template match="happy i am=no">
it doesnt seem to work
than
Unregistered
say i had a xml tag eg.
<happy iam="no">
</happy>
how get xslt to match the happy template where iam=no
ive tried
<xsl:template match="happy i am=no">
it doesnt seem to work
than
Unregistered