| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Applied correct patch from bugs 37295 | michael | 2020-11-09 | 1 | -37/+16 |
| * | * Patch from Pawel Dmitruk to add CDATA and comment support | michael | 2020-07-03 | 1 | -2/+75 |
| * | * Expose TDOMWriter and TXMLWriter | michael | 2019-03-09 | 1 | -376/+462 |
| * | * Fix bug ID 34854 | michael | 2019-02-16 | 1 | -2/+8 |
| * | * Widestring -> unicodestring | michael | 2019-01-20 | 1 | -1/+1 |
| * | * Fix bug 33803 | michael | 2018-05-30 | 1 | -1/+1 |
| * | * Fix bug ID 32389 (patch from Martok) to fix script parsing | michael | 2017-12-29 | 1 | -6/+7 |
| * | * Patch from Martok to let CreateElement create correct class (bug ID 32322) | michael | 2017-08-24 | 1 | -6/+80 |
| * | * Patch from Martok to avoid closing tags multiple times | michael | 2017-08-24 | 1 | -0/+5 |
| * | * spelling mistakes fpc repo part, mantis #30233 | marco | 2016-06-02 | 1 | -1/+1 |
| * | * Don't escape text inside script/style elements, third part of Mantis #22434. | sergei | 2016-03-13 | 1 | -1/+6 |
| * | * The second part of changes suggested by Maris Janis Vasilevskis (Mantis #22... | sergei | 2016-03-13 | 1 | -60/+111 |
| * | * Reworked SplitTagString as suggested by Mantis #22434: it now accepts html-... | sergei | 2016-03-13 | 1 | -60/+59 |
| * | * fcl-xml: fixed off-by-one error, preventing 'xmlns:foo' in DTD ATTLIST from... | sergei | 2016-02-02 | 1 | -1/+2 |
| * | * fcl-xml: Fixed parsing DTD, whitespace after name is mandatory only if foll... | sergei | 2016-02-02 | 1 | -6/+9 |
| * | - THTMLToDOMConverter.FElementStack is created and destroyed, but unused othe... | sergei | 2015-09-22 | 1 | -4/+3 |
| * | * Added regular loadfromstream/saveToStream methods (bug 26003) | michael | 2015-03-25 | 1 | -22/+51 |
| * | * fcl-xml: dropped using 'hack classes', which cause runtime errors if compil... | sergei | 2015-02-19 | 2 | -23/+19 |
| * | * fix result:=func(result) instead of result:=func(s). Mantis #26746 | marco | 2014-09-20 | 1 | -1/+1 |
| * | * Changed SaveAs to SaveToFile | michael | 2014-05-16 | 1 | -3/+3 |
| * | fcl-xml: Added new property to XmlConf to allow opening file in read only mod... | mazen | 2014-05-15 | 1 | -2/+15 |
| * | + Basic implementation of TXPathNSResolver class, Mantis #25183. | sergei | 2013-10-18 | 1 | -2/+21 |
| * | * Applied patch from Daniel Garpary to be able to create custom TDomElement d... | michael | 2013-09-25 | 1 | -2/+11 |
| * | * disable packages which do not build on msdos | florian | 2013-08-11 | 2 | -11/+23 |
| * | * When reading XML with namespace processing enabled, create 'level 2' elemen... | sergei | 2013-04-24 | 4 | -16/+15 |
| * | * Initial work to store element/attribute names as "namespaceURI+localname" p... | sergei | 2013-04-23 | 1 | -39/+49 |
| * | * Fixed handling of ']' character in CDATA sections, when it is not starting ... | sergei | 2013-01-31 | 1 | -5/+10 |
| * | * Allow to set the write buffer size (enlarged to 4k) | michael | 2013-01-21 | 1 | -4/+4 |
| * | * pass not only exception address but also frame to raise: | florian | 2012-11-04 | 1 | -4/+4 |
| * | * Changed 'var' parameters to 'out' in order to avoid warnings (Mantis #22136) | sergei | 2012-06-01 | 2 | -8/+8 |
| * | * Fixed compilation with -CR | sergei | 2012-05-15 | 1 | -6/+14 |
| * | * Fixed class cast error (THTMLDocument is not a descendant of THTMLCustomEle... | sergei | 2012-05-14 | 1 | -1/+4 |
| * | * xmlwrite.pp, continuing with streaming API: | sergei | 2012-04-21 | 1 | -34/+78 |
| * | * xmlwrite.pp, started implementing the streaming API. | sergei | 2012-04-19 | 1 | -39/+66 |
| * | * SAX cleanup: removed {$ifdef UseDynArrays}, left variant without dynarrays,... | sergei | 2012-04-14 | 1 | -97/+31 |
| * | - Removed xmltextreader.TXMLReadState definition, it clashes with one from xm... | sergei | 2012-04-14 | 1 | -3/+1 |
| * | * fcl-xml, going public with TXMLTextReader: moved most of the code from xmlr... | sergei | 2012-04-14 | 3 | -4050/+4135 |
| * | * Simplified CheckName() a bit. | sergei | 2012-04-12 | 1 | -56/+37 |
| * | + TXmlReader.NameTable public property | sergei | 2012-04-11 | 2 | -10/+61 |
| * | * Modified helper TLoader class to access reader node data via an interface, ... | sergei | 2012-04-09 | 2 | -26/+43 |
| * | * 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 |
| * | * Fixed WriteXML() for non-document nodes after r20538, Mantis #21609 | sergei | 2012-03-30 | 1 | -20/+31 |
| * | * xmlread.pp, fixed skipping DTD in canonical mode: ReadTopLevel was not recu... | sergei | 2012-03-28 | 1 | -3/+2 |