GNOME Bugzilla – Bug 105629
xsltDocumentFunctionLoadDocument strange code, null pointer exception
Last modified: 2009-08-15 18:40:50 UTC
Check please xsltDocumentFunctionLoadDocument function. File 'functions.c', line 143: "(URI[0] = '#') ||" I suggest it should be "(URI[0] == '#') ||" Also, this function cause null pointer exception at line 155 "doc = xsltdoc->doc;" then requested document not found.
*** This bug has been marked as a duplicate of 105450 ***