Hi,
now i'm stuck with simple task.
I have
Code:
<m:node1>
...
</m:node1>
<namespace:something attribute1/>
<namespaceOther:other attribute1/>
What i need to do is copy <m:node1> with all children,
and check if <namespace:* attribute1 is equal something then copy it, else not.
Would like something <template match="*:*"> but that's not possible.