| Commit message (Expand) | Author | Age | Files | Lines |
| * | * fcl-xml: dropped using 'hack classes', which cause runtime errors if compil... | sergei | 2015-02-19 | 1 | -22/+7 |
| * | * Fixed compilation with -CR | sergei | 2012-05-15 | 1 | -6/+14 |
| * | * fcl-xml, going public with TXMLTextReader: moved most of the code from xmlr... | sergei | 2012-04-14 | 1 | -4038/+25 |
| * | * Simplified CheckName() a bit. | sergei | 2012-04-12 | 1 | -56/+37 |
| * | + TXmlReader.NameTable public property | sergei | 2012-04-11 | 1 | -10/+59 |
| * | * Modified helper TLoader class to access reader node data via an interface, ... | sergei | 2012-04-09 | 1 | -26/+38 |
| * | * Added NameTable property to TXMLReaderSettings | sergei | 2012-04-08 | 1 | -17/+39 |
| * | * When parsing end-tags, compare input with element name from start-tag direc... | sergei | 2012-04-07 | 1 | -5/+33 |
| * | * Small improvement to parameter entity nesting checks. | sergei | 2012-04-06 | 1 | -13/+9 |
| * | * Renamed TDOMParseOptions to TXMLReaderSettings (TDOMParseOptions left as al... | sergei | 2012-04-05 | 1 | -54/+64 |
| * | * xmlread.pp, changed constructor using TXMLCharSource into two constructors ... | sergei | 2012-04-03 | 1 | -28/+32 |
| * | * Renamed TXMLCharSource.SystemID to SourceURI to better reflect its purpose ... | sergei | 2012-04-01 | 1 | -27/+26 |
| * | * Simplified TXMLTextReader.ReadTopLevel() a bit. | sergei | 2012-04-01 | 1 | -14/+11 |
| * | * Changed entity handling to use a callback, makes TXmlTextReader class compl... | sergei | 2012-03-31 | 1 | -21/+30 |
| * | * xmlread.pp, fixed skipping DTD in canonical mode: ReadTopLevel was not recu... | sergei | 2012-03-28 | 1 | -3/+2 |
| * | xmlread.pp: | sergei | 2012-03-27 | 1 | -24/+15 |
| * | + fcl-xml, implemented TDOMNode.BaseURI property. | sergei | 2012-03-21 | 1 | -46/+24 |
| * | * fcl-xml, improved TNSSupport class to work directly with hashed strings, re... | sergei | 2012-03-18 | 1 | -22/+15 |
| * | * fcl-xml, making progress with streaming API, implemented IXmlLineInfo inter... | sergei | 2012-03-16 | 1 | -19/+72 |
| * | * fcl-xml, moved syntax validation procedure from TXMLTextReader to TAttribut... | sergei | 2012-03-16 | 1 | -48/+41 |
| * | * fcl-xml, making progress with streaming API, implemented a few more methods. | sergei | 2012-03-05 | 1 | -1/+34 |
| * | * fcl-xml, making progress with streaming API, moved DOM-dependent stuff from... | sergei | 2012-03-03 | 1 | -231/+279 |
| * | + fcl-xml, making progress with streaming API, added most method implementati... | sergei | 2012-02-27 | 1 | -7/+357 |
| * | * fcl-xml, moved check for required attribute presence to ValidateCurrentNode | sergei | 2012-02-27 | 1 | -27/+27 |
| * | * fcl-xml, track attribute definition tags in reader instead of DTD. Removes ... | sergei | 2012-02-25 | 1 | -9/+20 |
| * | * fcl-xml, upgrade to comply with XML 1.0 Fifth Edition. This makes naming ru... | sergei | 2012-02-24 | 1 | -26/+14 |
| * | * improved handling of attribute value chunks | sergei | 2012-02-23 | 1 | -49/+38 |
| * | * fcl-xml, replacing more occurrences of WideString with XMLString. | sergei | 2012-02-22 | 1 | -38/+38 |
| * | + After reaching EOF condition, clear FNodeData[0] slot | sergei | 2011-08-05 | 1 | -7/+25 |
| * | * Changed behavior of FNesting to conform closer to semantics of .net XmlRead... | sergei | 2011-08-05 | 1 | -11/+9 |
| * | * Factored ParseIgnoreSection into separate procedure | sergei | 2011-08-05 | 1 | -27/+30 |
| * | * xmlread.pp, renamed TXMLReader to TXMLTextReader. | sergei | 2011-08-01 | 1 | -117/+117 |
| * | * xmlread.pp, implemented a separate parsing loop for top-level content | sergei | 2011-07-31 | 1 | -31/+124 |
| * | + Implemented TDOMDocument.xmlStandalone property | sergei | 2011-07-29 | 1 | -0/+1 |
| * | * Cleanup ParseContent() | sergei | 2011-02-23 | 1 | -34/+17 |
| * | * xmlread.pp: split handling of node and validation stacks. Validation stack ... | sergei | 2011-02-22 | 1 | -54/+47 |
| * | * xmlread.pp, remove FCursorStack and resort back to a single cursor node. Bu... | sergei | 2011-02-21 | 1 | -82/+63 |
| * | * xmlread.pp, continue separating validation checks from the rest of code. | sergei | 2011-02-21 | 1 | -54/+49 |
| * | * xmlread.pp, started separating validation checks from the rest of code. | sergei | 2011-02-20 | 1 | -72/+91 |
| * | * xmlread.pp, the end of root element is now detected without involving DOM n... | sergei | 2011-02-19 | 1 | -3/+5 |
| * | * xmlread.pp, handle entity references in streaming style. | sergei | 2011-02-18 | 1 | -42/+107 |
| * | + fcl-xml, initial implementation of 'shared' DTD: it now consists of the mod... | sergei | 2011-02-14 | 1 | -101/+99 |
| * | * Don't mess with DOM stuff in TXMLReader.ParseXmlOrTextDecl. Instead, put de... | sergei | 2011-02-13 | 1 | -29/+22 |
| * | * xmlread.pp, fixed condition that was causing an infinite loop in case when ... | sergei | 2011-01-15 | 1 | -1/+1 |
| * | * xmlread.pp: separated DOM-specific code into DoStartElement(); introduced F... | sergei | 2010-10-31 | 1 | -32/+41 |
| * | * xmlread.pp: maintain ID map at reader side, so it can do ID/IDREF validatio... | sergei | 2010-10-30 | 1 | -16/+40 |
| * | * xmlread.pp: since FIdRefs and FNotationRefs are never used at the same time... | sergei | 2010-10-30 | 1 | -25/+21 |
| * | * xmlread.pp, implemented some c14n features: when parsing with Options.Canon... | sergei | 2010-10-29 | 1 | -22/+41 |
| * | * xmlread.pp, fixed an issue introduced by combination of r16046 and r16172: ... | sergei | 2010-10-28 | 1 | -1/+7 |
| * | * xmlread.pp, added location information to TNodeData and got namespace-relat... | sergei | 2010-10-27 | 1 | -8/+15 |