| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Patch from Inoussa to fix AV in certain cases | michael | 2011-03-26 | 1 | -1/+1 |
| * | * sax_html.pp, ignore markup in STYLE and SCRIPT elements, Mantis #18826 | sergei | 2011-02-26 | 1 | -34/+61 |
| * | * 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 | 2 | -54/+50 |
| * | * 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 | 3 | -136/+329 |
| * | * Don't mess with DOM stuff in TXMLReader.ParseXmlOrTextDecl. Instead, put de... | sergei | 2011-02-13 | 1 | -29/+22 |
| * | - dom.pp, removed TDOMNamedNodeMap.FNodeType field. This reduces memory requi... | sergei | 2011-02-09 | 1 | -11/+11 |
| * | * xmlcfg.pp, changed 'exit' to 'break' so that function won't exit without re... | sergei | 2011-01-23 | 1 | -1/+1 |
| * | * xmlread.pp, fixed condition that was causing an infinite loop in case when ... | sergei | 2011-01-15 | 1 | -1/+1 |
| * | * Patch from Graeme Geldenhuys to check for XMLDocument before typecasting it | michael | 2010-11-26 | 1 | -7/+10 |
| * | * unit xmlcfg.pp marked as deprecated. | sergei | 2010-11-06 | 1 | -1/+4 |
| * | * 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 | 3 | -17/+43 |
| * | * 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 | 2 | -8/+23 |
| * | * xmlread.pp, modified attribute parsing code to use DOM-independent data str... | sergei | 2010-10-27 | 4 | -148/+176 |
| * | + New unit dtdmodel.pp containing DTD-related classes. | sergei | 2010-10-25 | 4 | -338/+559 |
| * | * 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 | 2 | -102/+93 |
| * | * 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 |
| * | * Fixed spell error revealed by lintian. | mazen | 2010-10-06 | 1 | -1/+1 |
| * | * 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 |
| * | * dom.pp, fixed TDOMText.SplitText() to use custom allocation, so newly creat... | sergei | 2010-10-01 | 1 | -3/+5 |
| * | * xmlread.pp, a bit better separation of DOM-specific and DOM-independent cod... | sergei | 2010-09-30 | 1 | -23/+20 |
| * | * dom.pp, moved remaining TDOMAttr-specific code from TDOMNamedNodeMap to TAt... | sergei | 2010-09-29 | 1 | -21/+26 |
| * | * dom.pp, moved default attribute handling code from TDOMNamedNodeMap to TAtt... | sergei | 2010-09-28 | 1 | -40/+47 |
| * | sax_xml.pp: cleanup: | sergei | 2010-09-26 | 1 | -20/+3 |
| * | 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 |
| * | * dom.pp, removed TDOMAttr.FOwnerElement field, storing owner element in FPar... | sergei | 2010-09-19 | 1 | -16/+34 |
| * | dom.pp: | sergei | 2010-09-19 | 1 | -5/+12 |
| * | * 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 |
| * | xmlwrite.pp, htmwrite.pp: replaced inheritance by composition. TxxxWriter alw... | sergei | 2010-08-08 | 2 | -84/+48 |
| * | sax_xml.pp: | sergei | 2010-08-08 | 1 | -72/+79 |
| * | xmlread.pp, moved decoder procedures to xmlutils.pp, so they can be reused by... | sergei | 2010-08-08 | 2 | -132/+142 |
| * | xmlread.pp: | sergei | 2010-08-08 | 1 | -6/+2 |