-
For even more information, one could check: http://trac.webkit.org/browser/trunk/WebCore/khtml/html/htmltokenizer.cpp?rev=4103#L394.
2009-10-01 15:26:23 UTC by timdrijvers
-
My report above, isnt fully correct. Consider the following case:
By removing the comment parse functionality, this piece will not be parsed correctly.
2009-10-01 14:34:02 UTC by timdrijvers
-
Parsing of unclosed comments fails in the current htmlcxx library, for example:
2009-10-01 13:53:27 UTC by timdrijvers
-
Similar to the other bug I filed, this one probably won't affect many, if any, other than me, but can nonetheless be resolved. I'm writing a C++ cgi framework and am using your wonderful library to parse my front-end html pages. My custom controls have a non-standard tag like label text here. In the other case I submitted, get_attribute(tagstring...
2009-03-01 09:47:09 UTC by btrotter
-
let me know if you see a reason why either of those would be bad- eg specification somewhere, or if you decide to commit them.
Thanks for your great work!
2009-02-28 02:05:40 UTC by btrotter
-
Although I'm using your library for non standard tag parsing, I noticed something:
HTML::get_attribute will fail if the tag string has letters from attr in it.
A simple fix is to search for the first space before trying to find the attribute. Patch attached.
I can foresee other instances though where the attribute being looked for might be a substring of another attribute name. A find for...
2009-02-28 01:59:16 UTC by btrotter
-
actually- this looks resolved in CVS.
2009-02-26 23:46:40 UTC by btrotter
-
Anybody seen/resolved the following error?
Procedure:
tar -zxf htmlcxx-0.82.tar.g
cd htmlcxx-0.82
cp ../htmlcxx-0.82.tar.gz ~/rpmbuild/SOURCES/
cp htmlcxx.spec ~/rpmbuild/SPECS/
cd !$
changed 0.80 to 0.82 on first line of specfile, left the rest the same.
[root@gridiron SPECS]# rpmbuild -bb htmlcxx.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bqSPR1
+ umask 022
+ cd...
2009-02-26 23:41:01 UTC by btrotter
-
parsersax.tcc includes "strings.h" which vc2005 doesn't have, only mingw has this file.
Comment this line could at last end up a lib.
Link htmlcxxapp with this lib did produced a running program.
2008-12-29 15:37:10 UTC by nobody
-
davi committed patchset 18 of module htmlcxx to the htmlcxx CVS repository, changing 2 files.
2008-10-12 20:46:09 UTC by davi