| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | * xmlread.pp, modified attribute parsing code to use DOM-independent data str... | sergei | 2010-10-27 | 1 | -144/+159 |
| * | + New unit dtdmodel.pp containing DTD-related classes. | sergei | 2010-10-25 | 1 | -297/+118 |
| * | * xmlread.pp, continued reducing DOM dependencies: | sergei | 2010-10-23 | 1 | -30/+49 |
| * | * xmlread.pp, modified attribute parsing code to use DOM-independent data str... | sergei | 2010-10-19 | 1 | -102/+56 |
| * | * xmlread.pp, modified attribute parsing code to use DOM-independent data str... | sergei | 2010-10-18 | 1 | -19/+69 |
| * | xmlread.pp, r16175 caused a regression in level1/core/commentgetcomment; we s... | sergei | 2010-10-18 | 1 | -1/+2 |
| * | * xmlread.pp, do some cleanup and get rid of FCursor field. | sergei | 2010-10-16 | 1 | -34/+21 |
| * | * xmlread.pp, doing progress with streaming API: | sergei | 2010-10-15 | 1 | -34/+52 |
| * | * xmlread.pp, doing progress with streaming API: | sergei | 2010-10-14 | 1 | -41/+170 |
| * | * xmlread.pp: started implementing the streaming API, aka XmlTextReader from ... | sergei | 2010-10-05 | 1 | -48/+102 |
| * | * xmlread.pp, renamed all parameters and local vars named 'Name', 'Prefix', '... | sergei | 2010-10-04 | 1 | -38/+38 |
| * | * xmlread.pp, a bit better separation of DOM-specific and DOM-independent cod... | sergei | 2010-09-30 | 1 | -23/+20 |
| * | XML reader, forgot to pass current settings to the nested reader (although it... | sergei | 2010-09-26 | 1 | -1/+3 |
| * | XML reader: | sergei | 2010-09-26 | 1 | -37/+29 |
| * | * xmlread.pp, removed FRecognizePE field. Its functionality is replaced by ch... | sergei | 2010-09-14 | 1 | -8/+1 |
| * | * xmlread.pp: refactoring, no function chages: | sergei | 2010-09-13 | 1 | -65/+56 |
| * | * xmlread.pp, a misplaced assignment could cause a #13 character to pass non-... | sergei | 2010-09-13 | 1 | -1/+1 |
| * | xmlread.pp, moved decoder procedures to xmlutils.pp, so they can be reused by... | sergei | 2010-08-08 | 1 | -132/+1 |
| * | xmlread.pp: | sergei | 2010-08-08 | 1 | -6/+2 |
| * | * Moved TWideCharBuf and associated functions from xmlread.pp to xmlutils.pp,... | sergei | 2010-08-06 | 1 | -49/+0 |
| * | - xmlread.pp, removed redundant 'var' modifiers from TStream arguments of les... | sergei | 2010-08-06 | 1 | -8/+8 |
| * | + Enumeration type for XML version | sergei | 2010-06-15 | 1 | -15/+16 |
| * | * xmlread.pp: when IgnoreComments=True, merge together text nodes that preced... | sergei | 2010-06-15 | 1 | -3/+10 |
| * | xmlread.pp, TXMLFileSource.FetchData, don't lose the data that remains in the... | sergei | 2010-02-15 | 1 | -0/+8 |
| * | * xmlread.pp, added a flag to force input stack unwinding upon reader destruc... | sergei | 2009-12-08 | 1 | -8/+6 |
| * | * Removed null-termination in TXMLStreamInputSource.FetchData(): it isn't nec... | sergei | 2009-12-08 | 1 | -1/+5 |
| * | * xmlread.pp: In case of reference to an undefined parameter entity, produce ... | sergei | 2009-12-01 | 1 | -13/+24 |
| * | * xmlread.pp: move all entity recursion checks into one place (in ContextPush). | sergei | 2009-11-30 | 1 | -34/+30 |
| * | * Rewrote TXMLReader.ParseContent to eliminate the inner loop; | sergei | 2009-11-21 | 1 | -69/+97 |
| * | xmlread.pp: More on entity processing: | sergei | 2009-11-20 | 1 | -113/+122 |
| * | * Reverted removal of 'ISO8859-1' encoding because it is still used in fcl-re... | sergei | 2009-11-18 | 1 | -1/+4 |
| * | * Call StoreLocation once in SkipQuote, rather than every time after calling it. | sergei | 2009-11-18 | 1 | -22/+16 |
| * | * Replaced all literal parsing routines with a single ParseLiteral(). Due to ... | sergei | 2009-11-16 | 1 | -99/+168 |
| * | xmlread.pp, tighten up checks while parsing the xml declaration: | sergei | 2009-10-26 | 1 | -15/+44 |