Log of /trunk/io/xmlparser/src/TXMLParser.cxx
Parent Directory
Revision
48992 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 28 15:26:26 2013 UTC (21 months, 3 weeks ago) by
rdm
File length: 6212 byte(s)
Diff to
previous 34913
From Lifeng Sun:
The attached patchset fixes a bunch of typo in the source:
0001-succes-success.patch
0002-preceed-preced.patch
0003-informations-information.patch
0004-childs-children.patch
0005-avaliable-available.patch
0006-writeable-writable.patch
0007-comand-command.patch
0008-unkown-unknown.patch
0009-wierd-weird.patch
0010-wheter-whether.patch
0011-unecessary-unnecessary.patch
0012-splitted-split.patch
0013-registerd-registered.patch
0014-recieve-receive.patch
0015-processsing-processing.patch
0016-ouput-output.patch
0017-mutiple-multiple.patch
0018-lenght-length.patch
0019-interupted-interrupted.patch
0020-independant-independent.patch
0021-inconsistant-inconsistent.patch
0022-expresion-expression.patch
0023-explicitely-explicitly.patch
0024-enviroment-environment.patch
0025-deafult-default.patch
0026-continous-continuous.patch
0027-completly-completely.patch
0028-commited-committed.patch
0029-choosen-chosen.patch
0030-backgroud-background.patch
0031-auxilliary-auxiliary.patch
0032-authentification-authentication.patch
0033-appropiate-appropriate.patch
0034-an-other-another.patch
0035-environement-environment.patch
0036-targetting-targeting.patch
0037-suppported-supported.patch
0038-paramater-parameter.patch
Revision
30749 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 15 16:33:04 2009 UTC (5 years, 3 months ago) by
brun
File length: 6191 byte(s)
Diff to
previous 28833
From Matthew Strait:
This patch fixes the spelling of "function" in the root source code
and documentation, which is misspelled (sometimes as part of larger
"function"-based words) at least 152 times:
* "funciton" 48 times
* "funcion" 36 times
* "funtion" 23 times
* "fucntion" 17 times
* "functionn" 6 times
* "fuction" 6 times
* "fuunction" 4 times
* "functioin" 3 times
* "fonction" 3 times
* "funstion" twice
* "fnuction" once
* "functiom" once
* "functio" once
* "funcition" once
Revision
20337 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 13 16:15:15 2007 UTC (7 years, 3 months ago) by
rdm
Original Path:
trunk/xmlparser/src/TXMLParser.cxx
File length: 6071 byte(s)
Diff to
previous 19826
Add methods:
void SetReplaceEntities(Bool_t)
Bool_t GetReplaceEntities() const
this allows the setting of the replaceEntities attribute in the xmlParserCtxt
so that entities coming from external documents will be properly expanded.
This fixes issue: 28145.
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/TXMLParser.cxx
File length: 5842 byte(s)
Diff to
previous 11326
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/TXMLParser.cxx
File length: 5070 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.