As far as I can see, the only things you could do are
a. save using a transform that changes the URI prefix. I do not know if it
is possible to write an XSL transform that does that.
b. fix the prefixes using some code that goes through doing a find/replace.
Unfortunately, such code needs to distinguish between "ns1" in a prefix and
"ns1" in the body of the document, etc., which is obviously why an XML-aware
transform would be preferable, if it is possible.
Sorry I can't tell you whether or not (a) is possible.
Peter Jamieson
> I'm working with XML documents that contain WordprocessingML along with
> our
[quoted text clipped - 10 lines]
>
> Thanks in advance for any ideas you can offer up on this quandry.
JeanKap - 16 May 2006 15:40 GMT
Thanks for confirming my hunch. I'm pretty sure that you could do a
transform that redeclared the namespace with a prefix and then applied the
prefix to every non-WordprocessingML document. That's something worth
looking into, although it sounds like it may take more time than we really
need to spend on this one.
Thanks again!

Signature
Jean Kaplansky
> As far as I can see, the only things you could do are
> a. save using a transform that changes the URI prefix. I do not know if it
[quoted text clipped - 22 lines]
> >
> > Thanks in advance for any ideas you can offer up on this quandry.