summaryrefslogtreecommitdiff
path: root/packages/fcl-xml/src/xmlutils.pp
Commit message (Expand)AuthorAgeFilesLines
* * Widestring -> unicodestringmichael2019-01-201-1/+1
* * disable packages which do not build on msdosflorian2013-08-111-3/+11
* * When reading XML with namespace processing enabled, create 'level 2' elemen...sergei2013-04-241-0/+2
* * Modified helper TLoader class to access reader node data via an interface, ...sergei2012-04-091-0/+5
* * Added a typecast to avoid range error in 64-bit debug buildssergei2012-03-231-1/+1
* * fcl-xml, improved TNSSupport class to work directly with hashed strings, re...sergei2012-03-181-31/+44
* * fcl-xml, making progress with streaming API, implemented IXmlLineInfo inter...sergei2012-03-161-0/+9
* * Moved standard namespace URIs from dom.pp to xmlutils.ppsergei2012-02-271-5/+8
* * fcl-xml, upgrade to comply with XML 1.0 Fifth Edition. This makes naming ru...sergei2012-02-241-75/+11
* + procedure BufAppendString(TWideCharBuf,XMLString) for conveniencesergei2012-02-231-4/+17
* * Declared the XMLString type to serve as a base string type for entire packa...sergei2012-02-211-32/+36
* * xmlutils.pp: calculate hash with both range and overflow checks disabled (w...sergei2012-02-211-1/+1
* * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve...florian2011-09-271-3/+2
* * Factored ParseIgnoreSection into separate proceduresergei2011-08-051-0/+8
* * xmlread.pp, continue separating validation checks from the rest of code.sergei2011-02-211-0/+1
* * xmlread.pp: maintain ID map at reader side, so it can do ID/IDREF validatio...sergei2010-10-301-0/+1
* * xmlread.pp, added location information to TNodeData and got namespace-relat...sergei2010-10-271-0/+8
* * xmlread.pp, modified attribute parsing code to use DOM-independent data str...sergei2010-10-271-0/+2
* + New unit dtdmodel.pp containing DTD-related classes.sergei2010-10-251-1/+43
* * xmlread.pp, modified attribute parsing code to use DOM-independent data str...sergei2010-10-191-0/+37
* xmlread.pp, moved decoder procedures to xmlutils.pp, so they can be reused by...sergei2010-08-081-0/+141
* * Moved TWideCharBuf and associated functions from xmlread.pp to xmlutils.pp,...sergei2010-08-061-0/+59
* * HTML parser: in case of malformed input, do not create attributes with inva...sergei2010-07-141-0/+10
* + Enumeration type for XML versionsergei2010-06-151-0/+6
* * TNSSupport.CheckAttribute added check for null nsURI, it should not emit pr...sergei2009-10-171-38/+43
* xmlread.pp: now uses TNSSupport class from xmlutils unit instead of its own c...sergei2009-10-151-4/+33
* * Fixed (runtime) overflows and range checks, so the package runs after compi...sergei2009-10-081-6/+9
* + XML writer now performs the namespace normalization.sergei2009-10-011-1/+170
* * Base units of the package now can be compiled also with Delphi, patch from ...sergei2009-08-301-17/+29
* * dom.pp: fixed one possible reason of crashing in Delphi 2009sergei2009-08-291-6/+5
* * Undid previous patch, because not all compilesmichael2009-08-271-21/+5
* * Patch from Dariusz Mazur to fix compilation with Delphimichael2009-08-271-5/+21
* + Processing of prefixed attributes and prefix bindings. This completes names...sergei2009-05-311-0/+88
* Final strike for #13605:sergei2009-05-201-1/+32
* + Implements XPath function id() + test. Running the test is another story, h...sergei2009-05-061-0/+6
* Implementation of XPath function lang() + tests.sergei2009-04-291-0/+29
* * Patch from Sergei Gorelkinmichael2008-10-221-0/+221
* * Large patch from Sergei Gorelkin:michael2008-10-081-0/+5
* * Patch from Sergei Gorelkin:michael2008-07-011-0/+1
* * Patch from Sergei Gorelkin:michael2008-02-131-5/+22
* * mode objfpc addedpeter2008-01-241-0/+3
* * Patch by Sergei Gorelkin:michael2007-10-211-2/+2
* * Patch from Sergei Gorelkinmichael2007-03-081-0/+222