Hi experts,
I have the following .xsl code:
--------------------------
----------
----------
<xsl:for-each
select="@*[contains(local-
name(),'my
-' ) or contains(local-name(),'MY-
' )][not(ancestor::xxx21:Ext
ension)]">
--------------------------
----------
----------
----
for the last condition, how do I specify the Extension from certain extender "ABC"? what's the right syntax for something like:
[not(ancestor::xxx21:Exten
sion(exten
der="ABC")
] ???
Thanks a lot!
Start Free Trial