The file or class
qt-x11-opensource-src-4.1.3\src\gui\text\qtexthtmlparser.cpp
destroy tag...
If I put :
ltext ="<a href=\"http://www.qtcentre.org/forum/search.php\" target=\"foo\">href text</a>";
insertFragment(fragment obj...);
the qtexthtmlparser.cpp remove [target=\"foo\"] .... and stay only <a href>text</a>...
the simple parser job can make Relax NG and not qtexthtmlparser.cpp
On small word I want to write "xhtml" standard and not
<meta name="qrichtext" content="1" />
I found setcharformat or so ... but Qt support only old html4 and plain text.....
How to set my own qtexthtmlparser ... a model view or so?
Bookmarks