| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Widestring -> unicodestring | michael | 2019-01-20 | 1 | -1/+1 |
| * | * disable packages which do not build on msdos | florian | 2013-08-11 | 1 | -3/+11 |
| * | * When reading XML with namespace processing enabled, create 'level 2' elemen... | sergei | 2013-04-24 | 1 | -0/+2 |
| * | * Modified helper TLoader class to access reader node data via an interface, ... | sergei | 2012-04-09 | 1 | -0/+5 |
| * | * Added a typecast to avoid range error in 64-bit debug builds | sergei | 2012-03-23 | 1 | -1/+1 |
| * | * fcl-xml, improved TNSSupport class to work directly with hashed strings, re... | sergei | 2012-03-18 | 1 | -31/+44 |
| * | * fcl-xml, making progress with streaming API, implemented IXmlLineInfo inter... | sergei | 2012-03-16 | 1 | -0/+9 |
| * | * Moved standard namespace URIs from dom.pp to xmlutils.pp | sergei | 2012-02-27 | 1 | -5/+8 |
| * | * fcl-xml, upgrade to comply with XML 1.0 Fifth Edition. This makes naming ru... | sergei | 2012-02-24 | 1 | -75/+11 |
| * | + procedure BufAppendString(TWideCharBuf,XMLString) for convenience | sergei | 2012-02-23 | 1 | -4/+17 |
| * | * Declared the XMLString type to serve as a base string type for entire packa... | sergei | 2012-02-21 | 1 | -32/+36 |
| * | * xmlutils.pp: calculate hash with both range and overflow checks disabled (w... | sergei | 2012-02-21 | 1 | -1/+1 |
| * | * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve... | florian | 2011-09-27 | 1 | -3/+2 |
| * | * Factored ParseIgnoreSection into separate procedure | sergei | 2011-08-05 | 1 | -0/+8 |
| * | * xmlread.pp, continue separating validation checks from the rest of code. | sergei | 2011-02-21 | 1 | -0/+1 |
| * | * xmlread.pp: maintain ID map at reader side, so it can do ID/IDREF validatio... | sergei | 2010-10-30 | 1 | -0/+1 |
| * | * xmlread.pp, added location information to TNodeData and got namespace-relat... | sergei | 2010-10-27 | 1 | -0/+8 |
| * | * xmlread.pp, modified attribute parsing code to use DOM-independent data str... | sergei | 2010-10-27 | 1 | -0/+2 |
| * | + New unit dtdmodel.pp containing DTD-related classes. | sergei | 2010-10-25 | 1 | -1/+43 |
| * | * xmlread.pp, modified attribute parsing code to use DOM-independent data str... | sergei | 2010-10-19 | 1 | -0/+37 |
| * | xmlread.pp, moved decoder procedures to xmlutils.pp, so they can be reused by... | sergei | 2010-08-08 | 1 | -0/+141 |
| * | * Moved TWideCharBuf and associated functions from xmlread.pp to xmlutils.pp,... | sergei | 2010-08-06 | 1 | -0/+59 |
| * | * HTML parser: in case of malformed input, do not create attributes with inva... | sergei | 2010-07-14 | 1 | -0/+10 |
| * | + Enumeration type for XML version | sergei | 2010-06-15 | 1 | -0/+6 |
| * | * TNSSupport.CheckAttribute added check for null nsURI, it should not emit pr... | sergei | 2009-10-17 | 1 | -38/+43 |
| * | xmlread.pp: now uses TNSSupport class from xmlutils unit instead of its own c... | sergei | 2009-10-15 | 1 | -4/+33 |
| * | * Fixed (runtime) overflows and range checks, so the package runs after compi... | sergei | 2009-10-08 | 1 | -6/+9 |
| * | + XML writer now performs the namespace normalization. | sergei | 2009-10-01 | 1 | -1/+170 |
| * | * Base units of the package now can be compiled also with Delphi, patch from ... | sergei | 2009-08-30 | 1 | -17/+29 |
| * | * dom.pp: fixed one possible reason of crashing in Delphi 2009 | sergei | 2009-08-29 | 1 | -6/+5 |
| * | * Undid previous patch, because not all compiles | michael | 2009-08-27 | 1 | -21/+5 |
| * | * Patch from Dariusz Mazur to fix compilation with Delphi | michael | 2009-08-27 | 1 | -5/+21 |
| * | + Processing of prefixed attributes and prefix bindings. This completes names... | sergei | 2009-05-31 | 1 | -0/+88 |
| * | Final strike for #13605: | sergei | 2009-05-20 | 1 | -1/+32 |
| * | + Implements XPath function id() + test. Running the test is another story, h... | sergei | 2009-05-06 | 1 | -0/+6 |
| * | Implementation of XPath function lang() + tests. | sergei | 2009-04-29 | 1 | -0/+29 |
| * | * Patch from Sergei Gorelkin | michael | 2008-10-22 | 1 | -0/+221 |
| * | * Large patch from Sergei Gorelkin: | michael | 2008-10-08 | 1 | -0/+5 |
| * | * Patch from Sergei Gorelkin: | michael | 2008-07-01 | 1 | -0/+1 |
| * | * Patch from Sergei Gorelkin: | michael | 2008-02-13 | 1 | -5/+22 |
| * | * mode objfpc added | peter | 2008-01-24 | 1 | -0/+3 |
| * | * Patch by Sergei Gorelkin: | michael | 2007-10-21 | 1 | -2/+2 |
| * | * Patch from Sergei Gorelkin | michael | 2007-03-08 | 1 | -0/+222 |