On 01.03.2004 04:03, Milkwayboat wrote:

I met a similar error when I used sql transformer on linux. It added an
extra name space, the same as the original one. so mozilla cannot show that
page. I think it is a bug. Maybe you can write a special serializer for it.
but I am not sure if all serializer require a XML input without any error in
it..

The SQLTransformer probably has its own bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=25203.


The behaviour of both (SQLTransformer's double namespace declaration and the described problem with > in map:aggregate) and the serializer not complaining about those errors shows that the serializer does not need well-formed XML input. Only the parser needs it - and so you get the errors in Mozilla or IE. Such errors in the XML stream are often "accidently" fixed in following transformer steps.

Joerg

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



Reply via email to