summaryrefslogtreecommitdiff
path: root/it_xml.class
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Add and use it::utf8_decode and it::utf8_encode for easier migration to PHP 8.2Christian Schneider1-1/+1
2022-11-27Make itools ready for PHP 8.2: Creation of dynamic property deprecatedChristian Schneider1-0/+1
2021-11-09handle missing safetyUrban Müller1-1/+1
2021-11-09allow generic it_error paramsUrban Müller1-7/+6
2021-01-13Update copyright dateChristian Schneider1-1/+1
2020-09-15Make itools PHP 8 compatibleChristian Schneider1-0/+3
2019-02-12Migrate old style constructors to __construct, temporary transition functions...Christian Schneider1-1/+1
2017-08-10document strange behaviourUrban Müller1-0/+1
2016-10-19fix phan warningsUrban Müller1-1/+1
2016-10-19fix phan warningsUrban Müller1-1/+1
2016-03-10Accept both utf8 and utf-8 as xml encodingChristian Schneider1-1/+1
2013-11-01Remove $Id$Christian Schneider1-2/+0
2013-03-21Fix bug with missing is_final mark when giving whole XML data in one chunkChristian Schneider1-1/+1
2013-02-15better docsUrban Müller1-7/+6
2012-07-02Improved cleanup handling for illegal characters in html, now handles utf-8 a...Christian Schneider1-1/+1
2012-03-23it_xml uses correct target encoding by default, adapt tests to utf-8 deafultChristian Weber1-6/+5
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