summaryrefslogtreecommitdiff
path: root/it_xml.class
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibilityChristian Schneider1-2/+2
2012-02-14Simplify it_xml::__toString: Always return a stringChristian Schneider1-1/+1
2012-02-14return "" for undefined nodesUrban Müller1-1/+1
2012-02-13Replace preg_replace /e modifier with preg_replace_callback: Modified planned...Christian Schneider1-1/+1
2011-10-19Remove obsolete references for PHP 5.4 compatibilityChristian Schneider1-2/+2
2010-11-04string cast accesses fieldUrban Müller1-0/+5
2010-04-14dont trigger latinize on line feedUrban Müller1-1/+1
2010-04-14faster, commentedUrban Müller1-1/+2
2010-04-14remove bogus chars in latin inputUrban Müller1-0/+3
2010-03-11inherit prefix...Urban Müller1-4/+6
2010-03-05too kludgy for nowUrban Müller1-3/+1
2010-03-04get prefix from parent classnameUrban Müller1-1/+3
2010-01-21allow setting of subtreesUrban Müller1-0/+38
2009-10-27Keep memory footprint of it_xml in streaming mode lowChristian Schneider1-1/+1
2009-10-27Only ltrim at beginning of xml file when sanitizing (fixes streaming mode)Christian Schneider1-2/+2
2009-10-15Make string and file read mode of it_xml equivalent again, added tests for fi...Christian Schneider1-21/+35
2009-10-08use original xml in err msgUrban Müller1-3/+5
2009-10-08leave quote entities aloneUrban Müller1-1/+1
2009-10-07never trust the encodingUrban Müller1-2/+3
2009-10-07handle blanks before <?xmlUrban Müller1-1/+2
2009-10-07fix mixed utf8 and latin in inputUrban Müller1-1/+11
2009-10-05Fix typo in data sanitizer and added encoding supportChristian Schneider1-1/+1
2009-10-05handle bad xmlUrban Müller1-0/+3
2009-10-01more verbose errorsUrban Müller1-1/+1
2009-10-01warn by default about bad xmlUrban Müller1-6/+6
2008-10-15phplint cleanupUrban Müller1-4/+4
2007-10-11More uniform file headersChristian Schneider1-7/+15
2007-10-11Populated release branchChristian Schneider1-0/+293