summaryrefslogtreecommitdiff
path: root/packages/fcl-xml/src
Commit message (Expand)AuthorAgeFilesLines
* * Applied correct patch from bugs 37295michael2020-11-091-37/+16
* * Patch from Pawel Dmitruk to add CDATA and comment supportmichael2020-07-031-2/+75
* * Expose TDOMWriter and TXMLWritermichael2019-03-091-376/+462
* * Fix bug ID 34854michael2019-02-161-2/+8
* * Widestring -> unicodestringmichael2019-01-201-1/+1
* * Fix bug 33803michael2018-05-301-1/+1
* * Fix bug ID 32389 (patch from Martok) to fix script parsingmichael2017-12-291-6/+7
* * Patch from Martok to let CreateElement create correct class (bug ID 32322)michael2017-08-241-6/+80
* * Patch from Martok to avoid closing tags multiple timesmichael2017-08-241-0/+5
* * spelling mistakes fpc repo part, mantis #30233marco2016-06-021-1/+1
* * Don't escape text inside script/style elements, third part of Mantis #22434.sergei2016-03-131-1/+6
* * The second part of changes suggested by Maris Janis Vasilevskis (Mantis #22...sergei2016-03-131-60/+111
* * Reworked SplitTagString as suggested by Mantis #22434: it now accepts html-...sergei2016-03-131-60/+59
* * fcl-xml: fixed off-by-one error, preventing 'xmlns:foo' in DTD ATTLIST from...sergei2016-02-021-1/+2
* * fcl-xml: Fixed parsing DTD, whitespace after name is mandatory only if foll...sergei2016-02-021-6/+9
* - THTMLToDOMConverter.FElementStack is created and destroyed, but unused othe...sergei2015-09-221-4/+3
* * Added regular loadfromstream/saveToStream methods (bug 26003)michael2015-03-251-22/+51
* * fcl-xml: dropped using 'hack classes', which cause runtime errors if compil...sergei2015-02-192-23/+19
* * fix result:=func(result) instead of result:=func(s). Mantis #26746marco2014-09-201-1/+1
* * Changed SaveAs to SaveToFilemichael2014-05-161-3/+3
* fcl-xml: Added new property to XmlConf to allow opening file in read only mod...mazen2014-05-151-2/+15
* + Basic implementation of TXPathNSResolver class, Mantis #25183.sergei2013-10-181-2/+21
* * Applied patch from Daniel Garpary to be able to create custom TDomElement d...michael2013-09-251-2/+11
* * disable packages which do not build on msdosflorian2013-08-112-11/+23
* * When reading XML with namespace processing enabled, create 'level 2' elemen...sergei2013-04-244-16/+15
* * Initial work to store element/attribute names as "namespaceURI+localname" p...sergei2013-04-231-39/+49
* * Fixed handling of ']' character in CDATA sections, when it is not starting ...sergei2013-01-311-5/+10
* * Allow to set the write buffer size (enlarged to 4k)michael2013-01-211-4/+4
* * pass not only exception address but also frame to raise: florian2012-11-041-4/+4
* * Changed 'var' parameters to 'out' in order to avoid warnings (Mantis #22136)sergei2012-06-012-8/+8
* * Fixed compilation with -CRsergei2012-05-151-6/+14
* * Fixed class cast error (THTMLDocument is not a descendant of THTMLCustomEle...sergei2012-05-141-1/+4
* * xmlwrite.pp, continuing with streaming API:sergei2012-04-211-34/+78
* * xmlwrite.pp, started implementing the streaming API.sergei2012-04-191-39/+66
* * SAX cleanup: removed {$ifdef UseDynArrays}, left variant without dynarrays,...sergei2012-04-141-97/+31
* - Removed xmltextreader.TXMLReadState definition, it clashes with one from xm...sergei2012-04-141-3/+1
* * fcl-xml, going public with TXMLTextReader: moved most of the code from xmlr...sergei2012-04-143-4050/+4135
* * Simplified CheckName() a bit.sergei2012-04-121-56/+37
* + TXmlReader.NameTable public propertysergei2012-04-112-10/+61
* * Modified helper TLoader class to access reader node data via an interface, ...sergei2012-04-092-26/+43
* * Added NameTable property to TXMLReaderSettingssergei2012-04-081-17/+39
* * When parsing end-tags, compare input with element name from start-tag direc...sergei2012-04-071-5/+33
* * Small improvement to parameter entity nesting checks.sergei2012-04-061-13/+9
* * Renamed TDOMParseOptions to TXMLReaderSettings (TDOMParseOptions left as al...sergei2012-04-051-54/+64
* * xmlread.pp, changed constructor using TXMLCharSource into two constructors ...sergei2012-04-031-28/+32
* * Renamed TXMLCharSource.SystemID to SourceURI to better reflect its purpose ...sergei2012-04-011-27/+26
* * Simplified TXMLTextReader.ReadTopLevel() a bit.sergei2012-04-011-14/+11
* * Changed entity handling to use a callback, makes TXmlTextReader class compl...sergei2012-03-311-21/+30
* * Fixed WriteXML() for non-document nodes after r20538, Mantis #21609sergei2012-03-301-20/+31
* * xmlread.pp, fixed skipping DTD in canonical mode: ReadTopLevel was not recu...sergei2012-03-281-3/+2