Menu

#1 correction for arguments without quotes

open
nobody
None
5
2008-07-17
2008-07-17
Anonymous
No

xml_saxy_parser.php line 455 should be modified to read:

if ((strpos($tagText, '"') !== false) || (strpos($tagText, "'") !== false) || (strpos($tagText, "=") !== false ))

Cheers,

tda

Discussion


Log in to post a comment.