--- projects/cms/source/reports/rrdgraphing/iscream/XMLParser.pm 2002/03/18 13:24:31 1.1 +++ projects/cms/source/reports/rrdgraphing/iscream/XMLParser.pm 2003/03/21 19:24:07 1.2 @@ -1,8 +1,33 @@ -# iscream::XMLParser +# +# i-scream central monitoring system +# http://www.i-scream.org.uk +# Copyright (C) 2000-2002 i-scream +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# -# iscream::XMLParser decodes a string of XML into a -# has in a very similar way to the Java version in -# the i-scream CMS. +# ----------------------------------------------------------- +# iscream::XMLParser +# http://www.i-scream.org.uk +# +# iscream::XMLParser decodes a string of XML into a hash in a +# very similar way to the Java version in the i-scream CMS. +# +# $Author: tdb $ +# $Id: XMLParser.pm,v 1.2 2003/03/21 19:24:07 tdb Exp $ +#------------------------------------------------------------ package iscream::XMLParser;