Log of /trunk/io/xmlparser/src/TSAXParser.cxx
Parent Directory
Revision
14336 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 20 21:43:44 2006 UTC (8 years, 10 months ago) by
pcanal
Original Path:
trunk/xmlparser/src/TSAXParser.cxx
File length: 15381 byte(s)
Diff to
previous 13845
Reduce direct dependencies on TClass.h, TROOT.h and TStreamerInfo.h.
Warning: This means that some file that relied on the indirect
inclusion of these header file might now fail to compile with
an error message mention that gROOT is no known or that TClass,
TROOT or TStreamerInfo is incompletely defined. Simply add the
proper include directive.
Revision
11769 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed May 11 13:19:50 2005 UTC (9 years, 8 months ago) by
rdm
Original Path:
trunk/xmlparser/src/TSAXParser.cxx
File length: 15360 byte(s)
Diff to
previous 11342
From Jose Lo:
DOM parser interface to libxml2. The DOM (Document Object Model) is a
platform and language-neutral interface that will allow programs and
scripts to dynamically access and update the content, structure and
style of documents.
Comes with two new tutorials: DOMParsePerson.C and DOMRecursive.C.
Revision
11326 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Mon Mar 14 15:33:43 2005 UTC (9 years, 10 months ago) by
rdm
Original Path:
trunk/xmlparser/src/TSAXParser.cxx
File length: 15377 byte(s)
Simple API for XML (SAX) interface using libxml2 as low level parser
library. SAX is event driven and the ROOT interface uses its signal/slots
to have handler functions being registered and called. For an example see
tutorials/SAXHandler.C. This module is only build when libxml2 is found
by ./configure.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.