summaryrefslogtreecommitdiff
path: root/packages/fcl-xml/src
Commit message (Expand)AuthorAgeFilesLines
* * Patch from Inoussa to fix AV in certain cases michael2011-03-261-1/+1
* * sax_html.pp, ignore markup in STYLE and SCRIPT elements, Mantis #18826sergei2011-02-261-34/+61
* * Cleanup ParseContent()sergei2011-02-231-34/+17
* * xmlread.pp: split handling of node and validation stacks. Validation stack ...sergei2011-02-221-54/+47
* * xmlread.pp, remove FCursorStack and resort back to a single cursor node. Bu...sergei2011-02-211-82/+63
* * xmlread.pp, continue separating validation checks from the rest of code.sergei2011-02-212-54/+50
* * xmlread.pp, started separating validation checks from the rest of code.sergei2011-02-201-72/+91
* * xmlread.pp, the end of root element is now detected without involving DOM n...sergei2011-02-191-3/+5
* * xmlread.pp, handle entity references in streaming style.sergei2011-02-181-42/+107
* + fcl-xml, initial implementation of 'shared' DTD: it now consists of the mod...sergei2011-02-143-136/+329
* * Don't mess with DOM stuff in TXMLReader.ParseXmlOrTextDecl. Instead, put de...sergei2011-02-131-29/+22
* - dom.pp, removed TDOMNamedNodeMap.FNodeType field. This reduces memory requi...sergei2011-02-091-11/+11
* * xmlcfg.pp, changed 'exit' to 'break' so that function won't exit without re...sergei2011-01-231-1/+1
* * xmlread.pp, fixed condition that was causing an infinite loop in case when ...sergei2011-01-151-1/+1
* * Patch from Graeme Geldenhuys to check for XMLDocument before typecasting itmichael2010-11-261-7/+10
* * unit xmlcfg.pp marked as deprecated.sergei2010-11-061-1/+4
* * xmlread.pp: separated DOM-specific code into DoStartElement(); introduced F...sergei2010-10-311-32/+41
* * xmlread.pp: maintain ID map at reader side, so it can do ID/IDREF validatio...sergei2010-10-303-17/+43
* * xmlread.pp: since FIdRefs and FNotationRefs are never used at the same time...sergei2010-10-301-25/+21
* * xmlread.pp, implemented some c14n features: when parsing with Options.Canon...sergei2010-10-291-22/+41
* * xmlread.pp, fixed an issue introduced by combination of r16046 and r16172: ...sergei2010-10-281-1/+7
* * xmlread.pp, added location information to TNodeData and got namespace-relat...sergei2010-10-272-8/+23
* * xmlread.pp, modified attribute parsing code to use DOM-independent data str...sergei2010-10-274-148/+176
* + New unit dtdmodel.pp containing DTD-related classes.sergei2010-10-254-338/+559
* * xmlread.pp, continued reducing DOM dependencies:sergei2010-10-231-30/+49
* * xmlread.pp, modified attribute parsing code to use DOM-independent data str...sergei2010-10-192-102/+93
* * xmlread.pp, modified attribute parsing code to use DOM-independent data str...sergei2010-10-181-19/+69
* xmlread.pp, r16175 caused a regression in level1/core/commentgetcomment; we s...sergei2010-10-181-1/+2
* * xmlread.pp, do some cleanup and get rid of FCursor field.sergei2010-10-161-34/+21
* * xmlread.pp, doing progress with streaming API:sergei2010-10-151-34/+52
* * xmlread.pp, doing progress with streaming API:sergei2010-10-141-41/+170
* * Fixed spell error revealed by lintian.mazen2010-10-061-1/+1
* * xmlread.pp: started implementing the streaming API, aka XmlTextReader from ...sergei2010-10-051-48/+102
* * xmlread.pp, renamed all parameters and local vars named 'Name', 'Prefix', '...sergei2010-10-041-38/+38
* * dom.pp, fixed TDOMText.SplitText() to use custom allocation, so newly creat...sergei2010-10-011-3/+5
* * xmlread.pp, a bit better separation of DOM-specific and DOM-independent cod...sergei2010-09-301-23/+20
* * dom.pp, moved remaining TDOMAttr-specific code from TDOMNamedNodeMap to TAt...sergei2010-09-291-21/+26
* * dom.pp, moved default attribute handling code from TDOMNamedNodeMap to TAtt...sergei2010-09-281-40/+47
* sax_xml.pp: cleanup:sergei2010-09-261-20/+3
* XML reader, forgot to pass current settings to the nested reader (although it...sergei2010-09-261-1/+3
* XML reader:sergei2010-09-261-37/+29
* * dom.pp, removed TDOMAttr.FOwnerElement field, storing owner element in FPar...sergei2010-09-191-16/+34
* dom.pp:sergei2010-09-191-5/+12
* * xmlread.pp, removed FRecognizePE field. Its functionality is replaced by ch...sergei2010-09-141-8/+1
* * xmlread.pp: refactoring, no function chages:sergei2010-09-131-65/+56
* * xmlread.pp, a misplaced assignment could cause a #13 character to pass non-...sergei2010-09-131-1/+1
* xmlwrite.pp, htmwrite.pp: replaced inheritance by composition. TxxxWriter alw...sergei2010-08-082-84/+48
* sax_xml.pp:sergei2010-08-081-72/+79
* xmlread.pp, moved decoder procedures to xmlutils.pp, so they can be reused by...sergei2010-08-082-132/+142
* xmlread.pp:sergei2010-08-081-6/+2