[root] / trunk / io / xmlparser / src / TXMLParser.cxx Repository:
ViewVC logotype

Log of /trunk/io/xmlparser/src/TXMLParser.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

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 34913 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 20 19:18:35 2010 UTC (4 years, 5 months ago) by pcanal
File length: 6212 byte(s)
Diff to previous 30749
Fix uninitialized data members (coverity)

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 28833 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 5 14:08:12 2009 UTC (5 years, 7 months ago) by rdm
File length: 6191 byte(s)
Diff to previous 23637
call xmlInitParser and xmlCleanupParser in TXMLParser and not in TXMLDocument.
Fixes issue 51276.

Revision 23637 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 2 11:12:04 2008 UTC (6 years, 8 months ago) by rdm
File length: 6147 byte(s)
Diff to previous 23151
fix the TDOMParser to set the new error code -6 in case the XML document is
not valid.

Revision 23151 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 11 16:20:58 2008 UTC (6 years, 9 months ago) by rdm
File length: 6071 byte(s)
Diff to previous 20882
move xmlparser to io.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/xmlparser/src/TXMLParser.cxx
File length: 6071 byte(s)
Diff to previous 20337
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

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 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/xmlparser/src/TXMLParser.cxx
File length: 5792 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/xmlparser/src/TXMLParser.cxx
File length: 5843 byte(s)
Diff to previous 13845
remove :$ from tag line

Revision 13845 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 17 17:42:36 2006 UTC (9 years ago) by rdm
Original Path: trunk/xmlparser/src/TXMLParser.cxx
File length: 5853 byte(s)
Diff to previous 11769
From Jose Lo and Jason Detwiler:
fix numerous memory leaks.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9