libs-base/Tools/xmlparse.1
Adam Fedor 2b9ed0e196 Further copyright/license updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21481 72102866-910b-0410-8b05-ffd578937521
2005-07-15 22:51:23 +00:00

27 lines
817 B
Groff

.\"Copyright (C) 2005 Free Software Foundation, Inc.
.\"Copying and distribution of this file, with or without modification,
.\"are permitted in any medium without royalty provided the copyright
.\"notice and this notice are preserved.
.TH XMLPARSE "1" "February 2004" "GNUstep" "GNUstep System Manual"
.SH NAME
xmlparse \- error-check and validate XML documents
.SH SYNOPSIS
.B xmlparse
\fIfilename\fR
.SH DESCRIPTION
.P
Parses the given file, validating it against its DTD if found. Prints
messages about any errors, otherwise returns silently. (Value 0 is always
returned in any case.) The parse of the file is discarded.
.SH HISTORY
.RS 0
Written in 2003.
.P
This manual page first appeared in gnustep-base 1.9.2 (March 2004).
.P
.SH AUTHORS
.B xmlparse
was written by Richard Frith-McDonald <rfm@gnu.org>