Xalan bug
hi,
I use Xalan XSLT processor and I've seen a bug when using <x:copy> tag on namespaced attribute.
For example :
when i copy <xx a="xxx">, the x:copy works fine
but when it's <xx x:a="xxx">, it isn't works!!
Somebody knows if it is a Xalan bug or knows a solution for my problem...
Regards,
Fabrice.
|