Re: [Fwd: [C2 patch] Incorrect serialization to XML]

2001-09-21 Thread Joerg Henne
giacomo wrote: > > If you think this is a Xalan bug, please send it to the xalan-dev list > as well. It doesn't make sense to implement workaround if the problem is > in another projects responsability which can be solved by adding an > additional mail address. after reading the SAX specificatio

Re: [Fwd: [C2 patch] Incorrect serialization to XML]

2001-09-19 Thread giacomo
On Wed, 19 Sep 2001, Joerg Henne wrote: > Dims, > > Davanum Srinivas wrote: > > > > Applied the patch partially. Please take a look at the latest CVS and look for > > the string "FIXME" > > in 2 locations, If you uncomment the two lines of code after each FIXME, some > > of the samples don't > >

Fwd: Re: [Fwd: [C2 patch] Incorrect serialization to XML]

2001-09-19 Thread Davanum Srinivas
Note: forwarded message attached. = Davanum Srinivas, JNI-FAQ Manager http://www.jGuru.com/faq/JNI __ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Informati

Re: [Fwd: [C2 patch] Incorrect serialization to XML]

2001-09-19 Thread Joerg Henne
Dims, Davanum Srinivas wrote: > > Applied the patch partially. Please take a look at the latest CVS and look for > the string "FIXME" > in 2 locations, If you uncomment the two lines of code after each FIXME, some > of the samples don't > work. They are garbled. Can you please test against a f

Re: [Fwd: [C2 patch] Incorrect serialization to XML]

2001-09-18 Thread Davanum Srinivas
Joerg, Applied the patch partially. Please take a look at the latest CVS and look for the string "FIXME" in 2 locations, If you uncomment the two lines of code after each FIXME, some of the samples don't work. They are garbled. Can you please test against a few browsers and then send us an upd

[Fwd: [C2 patch] Incorrect serialization to XML]

2001-09-18 Thread Joerg Henne
[This is a re-post of a pending patch.] Joerg Henne wrote: > > Hi, > > the way I read the SAX specification, the qName (or raw name) of elements that > is passed to the callback methods is of purely informal character and does not > necessarily contain the full (raw) element name. However, C2's

Re: [C2 patch] Incorrect serialization to XML

2001-08-22 Thread Joerg Henne
Hi, Ovidiu Predescu wrote: > > This is Joerg's message with the unidiff patch attached. sorry, I had assumed that you intended to apply the patch and wanted to spare the list from receiving it. Joerg Henne - To unsubscribe, e

Re: [C2 patch] Incorrect serialization to XML

2001-08-21 Thread Ovidiu Predescu
This is Joerg's message with the unidiff patch attached. Ovidiu, Ovidiu Predescu wrote: > > Can you please post a unidiff patch? You can generate one with sorry, I just blindly used what Netbeans gave me. Here you go. Joerg Henne Index: AbstractTextSerializer.java

Re: [C2 patch] Incorrect serialization to XML

2001-08-21 Thread Ovidiu Predescu
Can you please post a unidiff patch? You can generate one with cvs diff -u Thanks, Ovidiu On Mon, 20 Aug 2001 21:57:47 +0200, Joerg Henne <[EMAIL PROTECTED]> wrote: > Hi, > > the way I read the SAX specification, the qName (or raw name) of elements that > is passed to the callback methods is

[C2 patch] Incorrect serialization to XML

2001-08-20 Thread Joerg Henne
Hi, the way I read the SAX specification, the qName (or raw name) of elements that is passed to the callback methods is of purely informal character and does not necessarily contain the full (raw) element name. However, C2's serialization to XML results in the qName being used to name the output