Re: First attempt at using SAX for XML output.

2000-10-11 Thread Lars Gullik Bjønnes
Gaillard Pierre-Olivier [EMAIL PROTECTED] writes: | "Lars Gullik Bjønnes" wrote: | | Gaillard Pierre-Olivier [EMAIL PROTECTED] writes: | | | XMLAttributes is a subclass of mapstring,string that defines a method | | "set(string name, int value)". | | By adding a [] operator you can at

Re: First attempt at using SAX for XML output.

2000-10-11 Thread Lars Gullik Bjønnes
Gaillard Pierre-Olivier <[EMAIL PROTECTED]> writes: | "Lars Gullik Bjønnes" wrote: | > | > Gaillard Pierre-Olivier <[EMAIL PROTECTED]> writes: | > | > | XMLAttributes is a subclass of map that defines a method | > | "set(string name, int value)". | > | > By adding a []

Re: First attempt at using SAX for XML output.

2000-10-10 Thread Jean-Marc Lasgouttes
"Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel My patch adds a new feature (the languages file), but also Dekel contains several bug fixes, so it should go in. Here is an Dekel updated version of the patch (I've also moved the encodings Dekel definition to a text file). I'll apply it. I

Re: First attempt at using SAX for XML output.

2000-10-10 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> My patch adds a new feature (the languages file), but also Dekel> contains several bug fixes, so it should go in. Here is an Dekel> updated version of the patch (I've also moved the encodings Dekel> definition to a text file). I'll

Re: First attempt at using SAX for XML output.

2000-10-09 Thread Juergen Vigna
On 06-Oct-2000 Gaillard Pierre-Olivier wrote: Hello, the sources to the xml directory that I am using right now. It's currently VERY SMALL. But when we start using libxml to be more compliant with xml (unicode and so on) then we will have something much bigger to bundle in LyX. But I guess

Re: First attempt at using SAX for XML output.

2000-10-09 Thread Dekel Tsur
On Mon, Oct 09, 2000 at 09:50:16AM +0200, Juergen Vigna wrote: Lars what do you think? Now or after 1.1.6? (I guess after we really should concentrate on removing the bugs we have and not continuing on introducing new stuff otherwise we won't get 1.1.6 out this year! (this applies also to

Re: First attempt at using SAX for XML output.

2000-10-09 Thread Gaillard Pierre-Olivier
"Lars Gullik Bjønnes" wrote: Gaillard Pierre-Olivier [EMAIL PROTECTED] writes: | XMLAttributes is a subclass of mapstring,string that defines a method | "set(string name, int value)". By adding a [] operator you can at least make things a bit nicer. I tried this (see lower) but

Re: First attempt at using SAX for XML output.

2000-10-09 Thread Juergen Vigna
On 06-Oct-2000 Gaillard Pierre-Olivier wrote: > Hello, the sources to the xml directory that I am using right now. It's > currently VERY SMALL. But when we start using libxml to be more > compliant with xml (unicode and so on) then we will have something much > bigger to bundle in LyX. But I

Re: First attempt at using SAX for XML output.

2000-10-09 Thread Dekel Tsur
On Mon, Oct 09, 2000 at 09:50:16AM +0200, Juergen Vigna wrote: > Lars what do you think? Now or after 1.1.6? (I guess after we really > should concentrate on removing the bugs we have and not continuing on > introducing new stuff otherwise we won't get 1.1.6 out this year! > (this applies also to

Re: First attempt at using SAX for XML output.

2000-10-09 Thread Gaillard Pierre-Olivier
"Lars Gullik Bjønnes" wrote: > > Gaillard Pierre-Olivier <[EMAIL PROTECTED]> writes: > > | XMLAttributes is a subclass of map that defines a method > | "set(string name, int value)". > > By adding a [] operator you can at least make things a bit nicer. > I tried this (see