From: William F. D. <wil...@th...> - 2006-08-28 14:47:26
|
On Sun, 2006-08-27 at 23:23 +0200, Martin Quinson wrote: > Hello William, > > after your fixes around the memleak on bufferstack, it looks like tag > attributes are not available from the ETag_* functions, but only from the > STag_* ones. This is true. > I'm not sure this is a good thing, since I actually had a parser which used > this bug/feature. I fixed my code to only use attribute content in S_*_fun, > but it would be cool if you could change the way things are done to allow us > to access attributes from the E_*_fun too. OK, I'll look to see what needs to be changed to get that working. I was thinking that code that uses attributes should be in the start-tag processing where the attributes exist, but I also see the convenience of being able to refer to them later when processing the end tag. This is another case where it would be nice to have a minimal example test case in the testbed/ directory. Thanks, Will -- William F Dowling wil...@th... www.scientific.thomson.com |