1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-28 22:50:07 +03:00

Commit Graph

  • a5db68a39b - xpath.c xpathInternals.h: applied a large cleaning patch from TOM <ptittom@free.fr>, it also add namespace support for function and variables registration. Daniel Daniel Veillard 2000-10-29 18:06:06 +00:00
  • bd20df7951 - uri.c: Wayne Davison's patch fixing xmlBuildURI() - Makefile.mingw: Wayne Davison's update adding hash.c Daniel Daniel Veillard 2000-10-29 17:53:40 +00:00
  • c4f4f0b76f - xpath.c: fixed the root evaluation problems - HTMLparser.c result/HTML/doc3.htm: fixed the problem of non ignorable spaces with <b> <bold> <em> - tree.c: fixed a loop in xmlSearchNsByHref() Daniel Daniel Veillard 2000-10-29 17:46:30 +00:00
  • 767662dba5 - xpath.c: applied another XPath patch from TOM - xpath.c include/makefile.am: applied another patch from china@thewrittenword.com (cleanup on IRIX). Daniel Daniel Veillard 2000-10-27 17:04:52 +00:00
  • 211cc0a00b - xml-config.1: received a fixed version from Fredrik Hallenberg <hallon@lysator.liu.se> Daniel Daniel Veillard 2000-10-27 11:49:33 +00:00
  • f6bf921daa - xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr> cleanup patch for XPath Daniel Daniel Veillard 2000-10-26 14:07:44 +00:00
  • d6d7f7bf96 patched to redirrect all "out of context" error messages to a reconfigurable routine. The changes are: * xmlerror.h : added the export of an error context type (void *) an error handler type xmlGenericErrorFunc there is an interface xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler); to reset the error handling routine and its argument (by default it's equivalent to respectively fprintf and stderr. * all the c files: all wild accesses to stderr or stdout within the library have been replaced to calls to the handler. Daniel Daniel Veillard 2000-10-25 19:56:55 +00:00
  • 29a11cc696 Releasing 2.2.6 after adding xpathInternals.h: - configure.in: release 2.2.6 - xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h exporting the inner functions of xpath for extension modules - doc/*: updated and rebuilt the doc Daniel LIBXML_2_2_6 Daniel Veillard 2000-10-25 13:32:39 +00:00
  • be9ec4b6cd Applying provided patches :-) - nanohttp.c : applied Wayne HTTP cleanup patch - tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase() and xmlNodeSetSpacePreserve() Daniel Daniel Veillard 2000-10-25 11:01:53 +00:00
  • df7ef2a73e closing bug #29260, Daniel Daniel Veillard 2000-10-25 10:11:55 +00:00
  • 126f27992d Bunch of fixes, finishing moving datastructures to the hash stuff: - hash.[ch] debugXML.c: expanded/enhanced the API, added multikey tuples, made hash structure opaque - valid.[ch]: moved elements, attributes, notations decalarations as well as ID and refs to hash tables. - entities.c: hash cleanup - xmlmemory.c: fixed a dump problem in debug mode - include/Makefile.am: problem passing in DESTDIR= values patch from Marc Christensen <marc@calderasystems.com> - nanohttp.c: removed debugging remains - HTMLparser.c: the bogus tag should be ignored (Wayne) - HTMLparser.c parser.c: fixing a number of problems with the macros in the *parser.c files (Wayne). - HTMLparser.c: close the previous option when opening a new one (Marc Sanfacon). - result/HTML/*: updated the HTML results accordingly Daniel Daniel Veillard 2000-10-24 17:10:12 +00:00
  • 3fe876892e Ooops forgot the hash module on last commit, Daniel. Daniel Veillard 2000-10-23 08:10:05 +00:00
  • 52afe800ac Started working on the hash table module integration, fixed a bug: - entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched XPath functions and XML entities table to them. More to come... - xmlIO.c: fixed libxml closing FILEs it didn't open. Daniel Daniel Veillard 2000-10-22 16:56:02 +00:00
  • 683cb02636 Patches added during last week on W3C CVS base: - tree.c: coalesce adjacent text nodes - valid.c: handling of blank nodes in DTd validation (raised by problems with a posteriori validation). - nanohttp.c: changing behaviour on HTTP write stuff. - HTMLtree.c: forced body and html to be explicitely closed. - xpath.h: exported more XPath functions. Daniel Daniel Veillard 2000-10-22 12:04:13 +00:00
  • 0c0692291e Fixed a stoopid URL problem, Daniel. Daniel Veillard 2000-10-21 09:25:52 +00:00
  • e9202a05e5 Added libiconv library info, Jon <dissy@netset.com>, Daniel. Daniel Veillard 2000-10-16 16:58:19 +00:00
  • 5edcc93658 Auto* still annoying peoples, commiting result :-(, Daniel. Daniel Veillard 2000-10-15 21:43:03 +00:00
  • ab8500d794 Updated homepage to reflect the new distrib, Daniel. Daniel Veillard 2000-10-15 21:06:19 +00:00
  • 1baf412f4e - Release of 2.2.5 - xpointer.c: range() range-inside and other helper Daniel Veillard 2000-10-15 20:38:39 +00:00
  • 47e12f2318 HTML attributes handling: - SAX.c: HTML attributes need normalization too (Bjorn Reese) - HTMLparser.[ch]: addded htmlIsScriptAttribute() Daniel Daniel Veillard 2000-10-15 14:24:25 +00:00
  • b732a0eafc Rebuilt docs for 2.2.5, added XPointer, Daniel Daniel Veillard 2000-10-15 11:27:01 +00:00
  • 134c9f313e SAX.h: Fixed #25107, Daniel Daniel Veillard 2000-10-15 10:27:08 +00:00
  • 399156223f - testSAX.c: fixed problem with cdata reporting - SAXresult/* : updated Daniel Daniel Veillard 2000-10-15 10:06:55 +00:00
  • 1e851392fc - parser.c test/wap.xml result/noent/wap.xml result/wap.xml: Closed bug #27499, added to regression tests - TODO: updated Daniel Daniel Veillard 2000-10-15 10:02:56 +00:00
  • 7eda8452f8 - HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML support for SCRIPT and STYLE with help from Bjorn Reese - test/HTML/* result/HTML/*: added simple testcase and updated the existing ones. Daniel Daniel Veillard 2000-10-14 23:38:43 +00:00
  • ff9c330753 More work on XPointer - xpath.c xpointer.c: XPointer reorder of ranges start/end and string-range for empty strings - test/XPath/docs/str test/XPath/xptr/chaptersrange test/XPath/xptr/strrange: augmented the XPointer testsuite Daniel Daniel Veillard 2000-10-13 16:38:25 +00:00
  • 189446d2fa documentations: - doc/xml.html doc/xmlmem.html: added a module describing Daniel Veillard 2000-10-13 10:23:06 +00:00
  • 2f971a26da Another patch from Wayne Davison: - nanoftp.c nanohttp.c xmlIO.c: Win32 patch nanoftp code work now Daniel Daniel Veillard 2000-10-12 23:26:32 +00:00
  • c2df4cde4e Going forward in XPointer implementation: - testXPath.c xpath.[ch]: moved some debug functions to xpath core - xpointer.c: implemented string-range() at least a good first version - test/XPath/docs/str test/XPath/xptr/strrange result/XPath/xptr/strrange: the string-range() tests Daniel Daniel Veillard 2000-10-12 23:15:24 +00:00
  • d3c68c4642 - Makefile.am include/Makefile.am include/win32config.h win32/Makefile.mingw: fixed problems reported by Wayne Davison and make distcheck Daniel Daniel Veillard 2000-10-12 08:06:28 +00:00
  • 19d6111574 - nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com> - xpointer.c: slight extension of xmlXPtrLocationSetMerge Daniel Daniel Veillard 2000-10-11 23:50:35 +00:00
  • b0426caeb9 patch for socklen_t detection by Albert Chin-A-Young <china@thewrittenword.com> Daniel Daniel Veillard 2000-10-11 23:39:43 +00:00
  • cd4296125d - tree.c valid.c xmllint.c: Fixed a few postvalidation bugs and added a --dtdvalid option to xmllint used to test it Daniel Daniel Veillard 2000-10-11 15:57:05 +00:00
  • 47c024516e Added a man page for xml-config Fredrik Hallenberg <hallon@lysator.liu.se>, Daniel. Daniel Veillard 2000-10-11 13:04:36 +00:00
  • 2d38f04707 - xpath.[ch] xpointer.[ch]: worked on XPath functions and variable handlings (registration, lookup, cleanup) Daniel Daniel Veillard 2000-10-11 10:54:10 +00:00
  • e8eac3d979 Oops seems I forgot to commit the xpointer.[ch] files, Daniel. Daniel Veillard 2000-10-11 08:55:02 +00:00
  • aa4f649b16 Fixed the HTML tests output, Daniel. Daniel Veillard 2000-10-10 23:54:49 +00:00
  • c8df0aaf9f Added XPointer: - configure.in Makefile.am include/makefile.am: adding Daniel Veillard 2000-10-10 23:50:30 +00:00
  • 57fda59b6d Fixed configure.in, very broken, Daniel Daniel Veillard 2000-10-10 23:24:14 +00:00
  • e8282edd45 More work toward 2.2.5, integrated a number of patches - configure.in Makefile.am win32config.h.in: trying to cleanup make distcheck .... huh ... - include/Makefile.am include/win32config.h: new directory for includes - win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp updated teh makefiles and instructions for WIN32 - xpath.c: small fixes - test/XPath/ results/XPath: updated the testcases and results - HTMLparser.c nanohttp.c testXPath.c: incorporated provided or suggested patches - valid.c: fixed an ID bug Daniel Daniel Veillard 2000-10-10 23:01:31 +00:00
  • b71379b796 - moved xml-error.h to xmlerror.h: seems this allowed to bypass the automake bug where wrong dependancies were generated. - xpath.[ch]: worked on XPointer Daniel Daniel Veillard 2000-10-09 12:30:39 +00:00
  • aaf58b96f5 Various attemps at trying to bypass this automake bullshit !!! Daniel Failing too bad no release before next wed I'm seriously pissed, this bug has been around for more than one year it seems, piece of crap Daniel Veillard 2000-10-06 14:07:26 +00:00
  • 7e99c63be0 Tried to build libxml2-2.2.5 Automake is a fucking piece of ugly shit full of tricks and without any kind of sensible documentation or logic :-((((((((( Daniel, pissed ! Daniel Veillard 2000-10-06 12:59:53 +00:00
  • 55b91f2d5b Massive XPath implementation cleanup: - debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness in the XPath engine, rewrote large parts of it, now it's far cleaner and in sync with the REC not an old WD. Fixed a parsing problem in the interactive XML shell found when testing XPath. Daniel Daniel Veillard 2000-10-05 16:30:11 +00:00
  • ac26030669 More work and fixes on XPath: - debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer, incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath examples with the extra test Daniel Daniel Veillard 2000-10-04 13:33:43 +00:00
  • 7cfce324d8 Bugfix - parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved the Daniel Veillard 2000-10-04 12:40:27 +00:00
  • 970112a914 Stupid bug fix on the HTML parser: - HTMLparser.c: Doohhh, attribute name parsing was still case sensitive ! Fixed this ... - result/HTML/* : updated the tests results accordingly Daniel Daniel Veillard 2000-10-03 09:33:21 +00:00
  • 740abf5ae7 Big XPath cleanup continues, one URI fix: - xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation engine, should be far more stable, incorporated a new version of preceding/following axis, need testing - uri.c: fixed file:///c:/a/b/c problem - test/XPath/tests/idsimple: augmented the XPath tests Daniel Daniel Veillard 2000-10-02 23:04:54 +00:00
  • 3bff2b0e5d Rebuilt docs for 2.2.4 release, Daniel. LIBXML_2_2_4 Daniel Veillard 2000-10-01 20:33:47 +00:00
  • 8b5dd83f46 - configure.in: releasing 2.2.4 - parser.[ch]: added xmlStrEqual() - HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to use xmlStrEqual instead - TODO: updated - added an XPath test Daniel Daniel Veillard 2000-10-01 20:28:44 +00:00
  • bc765307ff Cleanups, 1 bug fix: - HTMLparser.c: fixed htmlStartCloseIndexinitialized init - entities.h: exported xmlInitializePredefinedEntities - parser.[ch] : added xmlInitParser() - parserInternals.h : had to export htmlInitAutoClose() Daniel Daniel Veillard 2000-10-01 18:23:35 +00:00
  • f09e7e35de XPath fixes and cleanup, 2 general bug fixes: - xpath.[ch] : fixed some serious XPath Predicate evaluation problems - Makefile.am : added XPath regression tests to normal tests - uri.c: fixed a problem with local paths, cleanup - parser.c: fixed a problem with large CData sections Daniel Daniel Veillard 2000-10-01 15:53:30 +00:00
  • d2ade932d7 Patch for solaris libs lookup, Daniel. Daniel Veillard 2000-09-30 14:39:55 +00:00
  • f96b97af18 Patch for solaris libs lookup, Daniel Daniel Veillard 2000-09-30 14:39:29 +00:00
  • ae9fc1f3f4 Added missing version number. Martin Baulig 2000-09-30 13:47:54 +00:00
  • 1b478d113c Use the correct pkg-config syntax (the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old). Martin Baulig 2000-09-30 02:27:55 +00:00
  • ca17d4349a Use the correct pkg-config syntax (the pkg-config that comes with the RedHat 7.0 glib-gtkbeta RPM and not the one from pkgconfig.sourceforge.net which is old). Martin Baulig 2000-09-30 02:26:05 +00:00
  • fc79fa2b2a file libxml.pc.in was initially added on branch LIB_XML_1_BRANCH. Martin Baulig 2000-09-29 23:51:05 +00:00
  • e6aeea052f Provide pkg-config script. Martin Baulig 2000-09-29 23:51:05 +00:00
  • dd7d1f6d79 Provide pkg-config script. Martin Baulig 2000-09-29 23:17:57 +00:00
  • c92c304a44 on-line update, Daniel Daniel Veillard 2000-09-29 02:42:04 +00:00
  • 4b0755c68b - HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning when compiling with MSC Daniel GNOME_PRINT_0_24 Daniel Veillard 2000-09-25 14:26:28 +00:00
  • 46057e141c Various contribs: - xpath.c: patch for normalize-string() Daniel Veillard 2000-09-24 18:49:59 +00:00
  • 281f8ff431 Got an OSF/1 bug report fixing related problems: - xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the problem of socklen_t being undefined on a number of platforms - debugXML.c: fixed a compilation problem when without snprintf Daniel Daniel Veillard 2000-09-24 08:12:14 +00:00
  • 8ddb5a7aef Small bugfixes: - HTMLparser.c uri.c: Another patch from Wayne Davison, Daniel Veillard 2000-09-23 10:28:52 +00:00
  • bbe11b0880 updated Wayne Davison email in Changelog, Daniel. Daniel Veillard 2000-09-23 07:07:40 +00:00
  • 20cdd5e484 avoid possible future probs on Win32, daniel. Daniel Veillard 2000-09-22 18:42:33 +00:00
  • 64c20ed0b7 Closing bug #25000, Daniel. Daniel Veillard 2000-09-22 16:07:02 +00:00
  • b656ebe456 Cleanup, patch from Wayne Davison: - xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public - parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and modified slightly Wayne Davison patch adding xmlStrcasecmp and related function, fixing xmlStrncmp(), and associated cleanup - result/HTML/entities.html.sax: updating result Daniel Daniel Veillard 2000-09-22 13:51:48 +00:00
  • 4fb87ee585 Various contributed patches: - uri.c: applied patch for URI escaping from Wayne Davison <wayned@blorf.net> - tree.c parserInternals.c HTMLparser.c: memset checks patches from Denis Barbier <barbier@imacs.polytechnique.fr> - HTMLparser.c: UTF8 characters in HTML tag-attribute values patch from Wayne Davison Daniel Daniel Veillard 2000-09-19 12:25:59 +00:00
  • d5f97f8077 - doc/xml.html : updated with new releases, adding "how to help" Daniel Daniel Veillard 2000-09-17 16:38:14 +00:00
  • 04698d9e1c New set of cleanups, released 2.2.3: - SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c: removed a few warnings in pedantic mode ... - parserInternals.c parser.c: moved encoding switching function to parserInternals.c - configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3 Daniel LIBXML_2_2_3 Daniel Veillard 2000-09-17 16:00:22 +00:00
  • a2c6da94f8 For Havoc: - HTMLparser.c parser.c: set ctxt->errNo before calling the Daniel Veillard 2000-09-16 18:15:00 +00:00
  • b1059e2f88 Finally commiting work done on the plane, major cleanup, spread some serious anti bitrot all over the place: - parserInternals.c parserInternals.h parser.c Makefile.am: created a new module parserInternals.c, moved most of the code shared by the various parsers there, as well as deprecated code from parser.c. More cleanup of parser.c - uri.c: fixed a problem when URI is NULL - valid.c: speedup when looking for an attribute declaration Daniel Daniel Veillard 2000-09-16 14:02:43 +00:00
  • 39c7d71a3b Jumbo patch, resync of W3C/Gnome CVS trees: - uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished the cleanup of the computation of URI references when seeking external entities. The URI reference string and the resulting URI are both stored now. - parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c: large s(n)printf checks and cleanup from Denis Barbier <barbier@imacs.polytechnique.fr> - xmlversion.h.in tree.h: couple of SGML declarations for a possible docbook module. - result/VC/ : a couple of test output changed due to the change of the entities URI Daniel Daniel Veillard 2000-09-10 16:14:55 +00:00
  • b513f5a00d Added a _private for hooking up users data to a parser context, Daniel. Daniel Veillard 2000-09-10 14:01:12 +00:00
  • dd477cedf3 - parser.c parserInternals.h: demacroified most of the IS_XXX the gain in size is significant so ... Daniel Daniel Veillard 2000-09-10 13:23:08 +00:00
  • 4b5b80cf02 Fixed cases where doc is NULL when looking up entities, daniel Daniel Veillard 2000-09-08 18:54:41 +00:00
  • 2b7a123c34 - entities.c: handling of doc == NULL in xmlGetDocEntity() was not proper ... refixed . Daniel Daniel Veillard 2000-09-08 18:45:43 +00:00
  • 0b52ad0885 aplied old patch from Sopwith fix Windows bug reported by Marcus Lankenau Daniel Veillard 2000-09-07 15:03:41 +00:00
  • 1de5080002 Fixed a name typo in the Changelog, Daniel Daniel Veillard 2000-09-07 08:54:32 +00:00
  • c040851979 Released LIBXML_1_8_10, daniel. LIBXML_1_8_10_REAL Daniel Veillard 2000-09-06 23:28:33 +00:00
  • 90e1131a60 - uri.c: applied Wayne Davidson patch - Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests Daniel Daniel Veillard 2000-09-05 10:42:32 +00:00
  • 98a7916ba1 URI work cleanup and regresssion tests, - uri.c testUri.c: applied Wayne Davidson patches - test/URI/uri.data result/URI/uri.data: first set of tests/results - Makefile.in: added URItest and included thenin "make tests" Daniel Daniel Veillard 2000-09-04 11:15:39 +00:00
  • 960aa53d2f Closed bug 22941, Daniel Daniel Veillard 2000-09-03 17:20:17 +00:00
  • 7cb7a77c30 Oops forgot chagelog, Daniel LIBXML_1_8_10 Daniel Veillard 2000-09-02 08:28:20 +00:00
  • 0e8e884e14 Add checks to doc == NULL, as pointed by Michael, Daniel. Daniel Veillard 2000-09-02 08:25:29 +00:00
  • 2bb89090d1 Added doc on the xmlExternalEntityLoaders and example for catalogs, Daniel Daniel Veillard 2000-08-31 14:57:50 +00:00
  • a7ad452205 Fixing PRE sections, Daniel Daniel Veillard 2000-08-31 14:19:54 +00:00
  • 969844565f Added a doc on the I/O interfaces, Daniel Daniel Veillard 2000-08-31 13:50:12 +00:00
  • f121ab7295 on-line update, Daniel Daniel Veillard 2000-08-29 23:40:42 +00:00
  • e715dd25dd - parser.c: Fixed bug on invalid ontent characters and when using push. - xmllint.c: fixed xmllint endling of errors in push mode Daniel Daniel Veillard 2000-08-29 18:29:38 +00:00
  • 4948eb4fd4 - HTMLparser.c testHTML.c: applied two new patches from Wayne Davison <wayned@blorf.net> - result/HTML/*.sax: regenerated HTML SAX output - parser.c: more cleanup. Daniel Daniel Veillard 2000-08-29 09:41:15 +00:00
  • e010c17d78 Mostly HTML generation and parsing enhancements: - HTMLparser.[ch] testHTML.c: applied the second set of patches from Wayne Davison <wayned@blorf.net>, adding htmlEncodeEntities() - HTMLparser.c: fixed an ignorable white space detection bug occuring when parsing with SAX only - result/HTML/*.sax: updated since the output is now HTML encoded... Daniel. Daniel Veillard 2000-08-28 10:04:51 +00:00
  • 47f3f31f83 - HTMLparser.[ch]: applied some of Wayne Davison <wayned@blorf.net> patches Daniel Daniel Veillard 2000-08-27 22:40:15 +00:00
  • e0854c3f83 Bunch of new parser cleanup work: - SAX.c tree.c debugXML.c: fixed bogus behaviour when an undeclared namespace prefix was used, added a warning. Cleaned up support w.r.t. entities, spilling out a warning and being pedantic on lookups. - test/warning/ent9 : added testcase for previous example. - TODO: updated - parserInternals.h parser.c: changed the way names are parsed now allow infinite size and decrease penalty for normal use - parser.c: Started a big cleanup/check of the parser code, fixed some of the most tortuous entity code, spotted code unused anymore - test/*: added tests for very long names and related nasty things. Daniel Daniel Veillard 2000-08-27 21:12:29 +00:00
  • f0cc7ccc7d libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this popped out a couple of bugs and 3 speed issues, there is only on minor speed issue left. Assorted collection of user reported bugs and fixes: - doc/encoding.html: added encoding aliases doc - doc/xml.html: updates - encoding.[ch]: added EncodingAliases functions - entities.[ch] valid.[ch] debugXML.c: removed two serious bottleneck affecting large DTDs like Docbook - parser.[ch] xmllint.c: added a pedantic option, will be useful - SAX.c: redefinition of entities is reported in pedantic mode - testHTML.c: uninitialized warning from gcc - uri.c: fixed a couple of bugs - TODO: added issue raised by Michael Daniel Daniel Veillard 2000-08-26 21:40:43 +00:00
  • 088f428a20 Added a section on aliases, Daniel. Daniel Veillard 2000-08-25 23:46:50 +00:00
  • 8c6d6af17a Added pointer to gtk-doc, Daniel. Daniel Veillard 2000-08-25 17:14:13 +00:00
  • 7b9c4b752d Added Warning about SAX en entities support. Daniel. Daniel Veillard 2000-08-25 16:26:50 +00:00