NAME
Meta::Tool::Onsgmls - run onsgmls for you.
COPYRIGHT
Copyright (C) 2001 Mark Veltzer; All rights reserved.
LICENSE
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, USA.
DETAILS
MANIFEST: Onsgmls.pm PROJECT: meta
SYNOPSIS
package foo;
use Meta::Tool::Onsgmls qw();
my($object)=Meta::Tool::Onsgmls-
new();> my($result)=$object-
method();>
DESCRIPTION
This module will ease the work of running onsgmls for you.
EXPORTS
dochec($)
FUNCTION DOCUMENTATION
- dochec($)
-
This method will check an sgml file using nsgmls and will return a boolean value according to whether that file is correct.
BUGS
None.
AUTHOR
Mark Veltzer <mark2776@yahoo.com>
HISTORY
start of revision info end of revision info
SEE ALSO
Nothing.
TODO
-fix the docbook dtd and remove the -wno-mixed flag that I use here to bypass it.
-get the path for onsgmls (/local/tools/bin) out of here and into some external options file.