[Webkit-unassigned] [Bug 19915] [GTK] <!ENTITY ... > doesn't work in SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 21 13:38:35 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=19915





------- Comment #2 from krit at webkit.org  2008-11-21 13:38 PDT -------
Yes it does.

I found something about libxslt and libxml on
http://xmlsoft.org/XSLT/tutorial/libxslttutorial.html :

"
First, you need set up some libxml housekeeping. Pass the integer value 1 to
the xmlSubstituteEntitiesDefault function, which tells the libxml2 parser to
substitute entities as it parses your file. (Passing 0 causes libxml2 to not
perform entity substitution.)

Second, set xmlLoadExtDtdDefaultValue equal to 1. This tells libxml to load
external entity subsets. If you do not do this and your input file includes
entities through external subsets, you will get errors.
"

Is this done for WebKitGtk?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list