Re: Parsing RXML entities result (was: Re: [Bug] Parser.HTML crash)

2008-05-25 Thread Stephen R. van den Berg
Bertrand LUPART wrote: It *is* a bit odd, but it used to be the default behaviour, so it was made like that for compatibility reasons, iirc. These things are old... :) One can expect that an RXML entity can output another RXML entity, which would then be parsed. I'm not fond of RXML as a

Re: [Bug] Parser.HTML crash

2008-05-24 Thread Martin Stjernholm, Roxen IS @ Pike developers forum
Thank you. Fixed in 7.4 and later.

[Bug] Parser.HTML crash

2008-05-23 Thread Martin Stjernholm, Roxen IS @ Pike developers forum
I think you need to isolate how the Parser.HTML object is being set up to be able to debug that (callbacks, flags, etc). I assume it's not the Roxen RXML parser we're talking about here. Btw, the concept of encodings using :xxx suffixes does not exist on the Parser.HTML level. In Roxen it's

Re: [Bug] Parser.HTML crash

2008-05-23 Thread Bertrand LUPART
Martin Stjernholm, Roxen IS @ Pike developers forum [EMAIL PROTECTED] wrote: I think you need to isolate how the Parser.HTML object is being set up to be able to debug that (callbacks, flags, etc). I assume it's not the Roxen RXML parser we're talking about here. We are indeed talking about

[Bug] Parser.HTML crash

2008-05-22 Thread Bertrand LUPART
Hello, Disclaimer: I'm experiencing a bug in Caudium that makes Parser.HTML to crash. Sorry, i wasn't able to reproduce it with a standalone Pike program due to my lack of full understanding of entities handling in Parser.HTML. There may be a bug in Caudium in this area i'd be happy to solve,