Has anyone tried reproducing the problem with the latest code (2.2D7)? Is
the problem still there?
Myriam
"Michel Lehon"
<Michel.Lehon@Out To: <[EMAIL PROTECTED]>
wares.com> cc: (bcc: Myriam Midy/CAM/Lotus)
Subject: Namespaces are ignored in
07/25/01 04:41 AM SerializerToXML...
Please respond to
xalan-dev
Hi,
Some time ago (18/6/01) bug report
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1831
was filled with a proposal fix (it was not applied yep :( ).
However the fix does not solve the complete issue, or it behaves wierd in
some cases highlighting a problem that is somewhere else (and that I could
not track down despite trying).
Let me describe a little bit more.
the proposed fix works perfectly. but some 'special' namespaces appear
twice in the output.
In particular a namespace like
xmlns:java="http://xml.apache.org/xslt/java"
appear twice in the output.
I looked a little bit and could see that the 'extra' declaration comes
from
"xmlns:java" being taken as an attribute sent to startElement (in
SerializerToXML)
with the value of "http://xml.apache.org/xslt/java".
This causes a problem since the namespace is also declared by the proposed
patch.
This can be see in the output produced by the DEBUG block in
SerializerToXML.startElement
Is it correct to consider 'xmlns:java' an attribute ???
I hope this can be understood, otherwise I'll try to rephrase.
Thanks.
Michel Lehon.
Outwares
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 23 April, 2001 15:15
> To: [EMAIL PROTECTED]
> Subject: EXSLT - Common?
>
>
> I'm curious about people's reactions to the http://www.exslt.org/exsl/
> effort.
>
> -scott
>
>
>
>
>