Re: Priority Issues: (was: How to cope with duplicate attributes in XML tags )

2021-02-23 Thread Peter
Sure pick one. No issues I have wrote more on purpose. Am 22. Februar 2021 18:53:02 MEZ schrieb Arrigo Marchiori : >Hello Peter, > >thank you very much for replying. > >On Sun, Feb 21, 2021 at 01:40:15AM +0100, Peter Kovacs wrote: > >> I would like to answer the priority list first. >> >>

Re: Priority Issues: (was: How to cope with duplicate attributes in XML tags )

2021-02-22 Thread Arrigo Marchiori
Hello Peter, thank you very much for replying. On Sun, Feb 21, 2021 at 01:40:15AM +0100, Peter Kovacs wrote: > I would like to answer the priority list first. > > Currently I have following Issues on my mind. The list may not be complete > or others may have other Opinions, which is fine. > >

Re: Priority Issues: (was: How to cope with duplicate attributes in XML tags )

2021-02-21 Thread Keith N. McKenna
On 2/20/2021 7:40 PM, Peter Kovacs wrote: > I would like to answer the priority list first. > > Currently I have following Issues on my mind. The list may not be > complete or others may have other Opinions, which is fine. > > > On 07.02.21 21:51, Arrigo Marchiori wrote: >> If we approve it, I

Priority Issues: (was: How to cope with duplicate attributes in XML tags )

2021-02-20 Thread Peter Kovacs
I would like to answer the priority list first. Currently I have following Issues on my mind. The list may not be complete or others may have other Opinions, which is fine. On 07.02.21 21:51, Arrigo Marchiori wrote: If we approve it, I will surely need your indication (as per a previous

Re: How to cope with duplicate attributes in XML tags

2021-02-07 Thread Keith N. McKenna
On 2/7/2021 10:22 AM, Arrigo Marchiori wrote: > Hello all, > > re-replying to Jim's message. > > On Wed, Feb 03, 2021 at 02:25:16PM -0500, Jim Jagielski wrote: > >> Funny that you bring this up... I'm been tracking down some bugs and they >> all seem to be XML related...

Re: How to cope with duplicate attributes in XML tags

2021-02-07 Thread Arrigo Marchiori
Hello Peter, and thank you for taking time to reply. On Sun, Feb 07, 2021 at 04:58:19PM +0100, Peter Kovacs wrote: > Hello, > > On 07.02.21 16:22, Arrigo Marchiori wrote: > > Hello all, > > > > re-replying to Jim's message. > > > > On Wed, Feb 03, 2021 at 02:25:16PM -0500, Jim Jagielski

Re: How to cope with duplicate attributes in XML tags

2021-02-07 Thread Peter Kovacs
Hello, On 07.02.21 16:22, Arrigo Marchiori wrote: Hello all, re-replying to Jim's message. On Wed, Feb 03, 2021 at 02:25:16PM -0500, Jim Jagielski wrote: Funny that you bring this up... I'm been tracking down some bugs and they all seem to be XML related... fastsax->libwriterfilter with

Re: How to cope with duplicate attributes in XML tags

2021-02-07 Thread Arrigo Marchiori
Hello all, re-replying to Jim's message. On Wed, Feb 03, 2021 at 02:25:16PM -0500, Jim Jagielski wrote: > Funny that you bring this up... I'm been tracking down some bugs and they > all seem to be XML related... fastsax->libwriterfilter with occasional cores > due to __cxa_call_unexpected. > >

Re: How to cope with duplicate attributes in XML tags

2021-02-04 Thread Arrigo Marchiori
Hello Peter, All, On Thu, Feb 04, 2021 at 12:00:44PM +0100, Peter Kovacs wrote: > +1 for Option 3) > [... FTR ...] > > 3- raise an exception because it is just not acceptable. I believe it should be a subclass of uno::Exception, but... which one? There seem to be a lot of Exception's

Re: How to cope with duplicate attributes in XML tags

2021-02-04 Thread Arrigo Marchiori
Hello Jim, On Wed, Feb 03, 2021 at 02:25:16PM -0500, Jim Jagielski wrote: > Funny that you bring this up... I'm been tracking down some bugs and they > all seem to be XML related... :-) [...] > I feel that making AOO more fragile by trying to work around cases where > invalid and/or

Re: How to cope with duplicate attributes in XML tags

2021-02-04 Thread Peter Kovacs
+1 for Option 3) On 03.02.21 19:38, Arrigo Marchiori wrote: Dear List, bug 128356 [1] is mostly about an XML tag that carries an attribute _twice_. This is not allowed; the SAX parser raises an exception when it finds it while loading the file, and the user gets upset because they cannot open

Re: How to cope with duplicate attributes in XML tags

2021-02-03 Thread Jim Jagielski
Funny that you bring this up... I'm been tracking down some bugs and they all seem to be XML related... fastsax->libwriterfilter with occasional cores due to __cxa_call_unexpected. I feel that making AOO more fragile by trying to work around cases where invalid and/or non-compliant XML is

How to cope with duplicate attributes in XML tags

2021-02-03 Thread Arrigo Marchiori
Dear List, bug 128356 [1] is mostly about an XML tag that carries an attribute _twice_. This is not allowed; the SAX parser raises an exception when it finds it while loading the file, and the user gets upset because they cannot open their file any more. While I am looking for the actual cause