mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Added some files I missed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18992 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c85351824b
commit
f139273ffa
8 changed files with 1533 additions and 0 deletions
23
Tools/xmlparse.1
Normal file
23
Tools/xmlparse.1
Normal file
|
@ -0,0 +1,23 @@
|
|||
.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>
|
Loading…
Add table
Add a link
Reference in a new issue