Matthieu Paindavoine wrote:
Hello,

There was a thread just before Christmas on
Sourcewriting using namespaces, but no real
resolution.

I am experiencing the same problem with an insert (so
I am not at liberty to remove the namespace), in that
my transform is successful when the <source:path>
doesn't contain namespaces, and fails otherwise.

Is anyone having success with
<source:path>foo:bar/foo:qux</source:path> ?
[...]

Could you give some more details about what you are trying?

In general, you can match any namespaced elements/paths by using xpath expressions

like         *[local-name()='bar']/*[local-name()='qux']
instead of   prefix:bar/prefix:qux


-- [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to