Commit Graph

41 Commits

Author SHA1 Message Date
florian
5a29bbda0f * fixed copy&paste error (bug 4289)
git-svn-id: trunk@1483 -
2005-10-18 20:56:25 +00:00
fpc
790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
michael
ffb55c4254 + Removed VER1_0 defines
git-svn-id: trunk@33 -
2005-05-19 21:14:45 +00:00
fpc
50778076c3 initial import
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00
michael
57af5a1f8c + Patch from Vincent Snijders to fix reading of entities 2005-05-02 13:06:51 +00:00
florian
179d942631 * adapated for the new widestring manager 2005-03-14 21:10:12 +00:00
peter
e417e34496 * truncate log 2005-02-14 17:13:06 +00:00
florian
2c5e295573 * adapted to new widestring manager 2005-02-01 20:23:39 +00:00
michael
b2934cbac7 * Patch from Colin Western to correctly read CDATA 2005-01-22 20:54:51 +00:00
peter
ae161ab4b9 * merged xml updates from lazarus 2004-11-05 22:32:26 +00:00
peter
85803f29b5 * use sizeint 2004-05-02 20:17:52 +00:00
sg
79030eead0 * Added support for main branch to be able to read and write at least
ISO8859-1 encoded files correctly. A much improved solution will be
  provided when the mainbranch RTL fully supports Unicode/WideStrings.
2003-12-01 23:59:12 +00:00
michael
c2a46f23de + Fixed processing instruction parsing. <?xml is not allowed but <?xml-XXX is 2003-11-04 20:00:46 +00:00
sg
7b1d508f3a * the units DOM, XMLRead and XMLWrite now compile with Delphi without
modifications as well
2003-01-15 21:59:55 +00:00
sg
1f71f198e6 * Added procedures to process XML fragments only (e.g. for merging them
into an existing DOM document)
2002-09-21 19:22:38 +00:00
peter
db24d91c85 * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
sg
54f71c3835 * Fixed typo in previous fix. (forgot closing bracket. Oops.) 2000-10-14 09:41:45 +00:00
sg
2e70d11bcf * Extended the "Unmatching element end tag" exception, now the expected
tag name is included in the message string.
2000-10-14 09:40:44 +00:00
sg
62cca0ad6a * Modified the copyright notice to remove ambiguities 2000-07-29 14:52:24 +00:00
michael
650fbb86aa + removed logs 2000-07-13 11:32:24 +00:00
michael
e7aca136a1 + Initial import 2000-07-13 06:29:38 +00:00
sg
29acdad632 * Added reading and writing support of character entity references
(i.e. characters given by their ASCII/Unicode values)
2000-07-09 18:25:23 +00:00
sg
8c29307ba9 * Tabs are now considered as whitespace, too, when the reader determines if
a text node would be empty or not
2000-07-09 14:23:42 +00:00
sg
b28d595934 * Added support for predefined entities for attribute values 2000-07-09 13:56:09 +00:00
sg
8e3c9135d1 * Added support for predefined entities
* Improved whitespace handling
2000-07-09 11:39:15 +00:00
sg
80a9bef23a * Minor bugfixes
* Started support for DOM level 2
2000-04-20 14:15:45 +00:00
sg
3d6ba19140 * Hopefully final fix for TDOMDocument.DocumentElement:
- Reading this property always delivers the first element in the document
  - Removed SetDocumentElement. Use "AppendChild" or one of the other
    generic methods for TDOMNode instead.
2000-02-13 10:03:31 +00:00
sg
e61f207c8b * Made some optimizations and cosmetic changes 2000-01-30 22:19:13 +00:00
peter
eb31271e15 * updated copyright to 2000 2000-01-07 01:24:32 +00:00
peter
d353155496 * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
peter
d9273dd907 * moved to packages 2000-01-03 19:31:09 +00:00
sg
e7d2789348 * Fixed parser bug: SetDocumentElement failed if the XML document contains
only a single element at the top hierarchy level
* Changed the error message if there is text after the end of the main
  XML element
1999-12-22 13:39:55 +00:00
sg
267902e161 * The reader now sets the DocumentElement for a DOM document
* The XML parser raises an exception if there is additional data after
  the end of the XML document element
1999-12-05 22:02:11 +00:00
michael
749df0b569 * restored previous setting 1999-08-10 15:39:59 +00:00
michael
f8f1334751 + Added filerec.inc for xmlread changes by Sebastian guenther 1999-08-09 16:18:00 +00:00
peter
649c180c85 * remove filerec.inc, it was missing from sysutils! You shouldn't need
to compile with -Irtl/inc !!
1999-07-27 13:01:59 +00:00
michael
26580a676b + Fixes from Sebastiam Guenther - more error-proof 1999-07-25 16:24:13 +00:00
michael
e5ba3f245c + Fixes from Sebastian Guenther 1999-07-11 20:20:11 +00:00
michael
cb1f7d4994 + fixes from Guenther Sebastian 1999-07-09 21:05:49 +00:00
michael
7522173857 * Removed debug statements 1999-07-09 10:42:50 +00:00
michael
c5eb7207a6 + Initial implementation by Sebastian Guenther 1999-07-09 08:35:09 +00:00