Re: [Pharo-users] XMLHTMLParser Entity Handling oddity

2017-05-07 Thread Stephane Ducasse
welcome" <pharo-users@lists.pharo.org> > > Subject: Re: [Pharo-users] XMLHTMLParser Entity Handling oddity > > > > Hi guys > > > > It would be supercool to have a chapter on the XML package. > > Does any of you have the knowledge to do it? > &

Re: [Pharo-users] XMLHTMLParser Entity Handling oddity

2017-05-06 Thread monty
sday, May 03, 2017 at 4:44 PM > From: "Udo Schneider" > <udo.schnei...@homeaddress.de[mailto:udo.schnei...@homeaddress.de]> > To: pharo-users@lists.pharo.org[mailto:pharo-users@lists.pharo.org] > Subject: [Pharo-users] XMLHTMLParser Entity Handling oddity > > All, >

Re: [Pharo-users] XMLHTMLParser Entity Handling oddity

2017-05-06 Thread Stephane Ducasse
m 19:28 schrieb monty: > > This should be fixed now. Thanks for the bug report. >> >> Sent: Wednesday, May 03, 2017 at 4:44 PM >>> From: "Udo Schneider" <udo.schnei...@homeaddress.de> >>> To: pharo-users@lists.pharo.org >>> Subject: [Pharo-

Re: [Pharo-users] XMLHTMLParser Entity Handling oddity

2017-05-06 Thread Udo Schneider
Perfect! Thank you very very much! Am 05/05/17 um 19:28 schrieb monty: This should be fixed now. Thanks for the bug report. Sent: Wednesday, May 03, 2017 at 4:44 PM From: "Udo Schneider" <udo.schnei...@homeaddress.de> To: pharo-users@lists.pharo.org Subject: [Pharo-users] XMLH

Re: [Pharo-users] XMLHTMLParser Entity Handling oddity

2017-05-06 Thread Stephane Ducasse
> > > To: pharo-users@lists.pharo.org > > Subject: [Pharo-users] XMLHTMLParser Entity Handling oddity > > > > All, > > > > I'm hitting an interesting issue with XMLHTMLParser and I'm not even > > sure if this is a bug or intended behaviour. Given an HTML Entity in

Re: [Pharo-users] XMLHTMLParser Entity Handling oddity

2017-05-05 Thread monty
This should be fixed now. Thanks for the bug report. > Sent: Wednesday, May 03, 2017 at 4:44 PM > From: "Udo Schneider" <udo.schnei...@homeaddress.de> > To: pharo-users@lists.pharo.org > Subject: [Pharo-users] XMLHTMLParser Entity Handling oddity > > All, >

[Pharo-users] XMLHTMLParser Entity Handling oddity

2017-05-03 Thread Udo Schneider
All, I'm hitting an interesting issue with XMLHTMLParser and I'm not even sure if this is a bug or intended behaviour. Given an HTML Entity in a String it's resolved or quoted depending on the tag (header or section tag): doc := XMLHTMLParser parse: ''. (doc findElementNamed: 'title')