AbstractSAXTransformer now sets namespaceURI via the pipeline
parameter, which happens in setup(). I used to set namespaceURI in the
constructor, so my namespace was getting overwritten to "". I moved
setting namespaceURI right after calling super() in setup() and it
solved the problem.
-Alex
On Feb 8, 2005, at 1:40 PM, Alex Romayev wrote:
Hi,
I have a transformer that inherits from AbstractSAXTransformer. Works
well in 2.1.5 but seems to produce bad XML in 2.1.6. Has there been
any changes in 2.1.6 that I should be aware of? I'm setting the
namespaceURI and using startTransformingElement and
endTransformingElement methods.
Regards,
-Alex