-
Notifications
You must be signed in to change notification settings - Fork 0
volkadav/xwf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
xwf -- simple command line xml well-formedness checker m. jackson, Jan 2005. [email protected]. public domain. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To build this, you will need James Clark's expat library, which is commonly available on many platforms. If you happen to be running debian linux (on which this was developed and tested), running "apt-get install libexpat1-dev" as root will install the required packages. installation: 0. ensure you have the right libs and such 1. "make" 2. "make install" (default is a stripped, mildly optimized "xwf" in /usr/local/bin) usage: xwf -h | [-mv] filename -h: this help message -m: move file to file.INVALID if it is invalid XML -v: verbosely report file status information (otherwise, exists EXIT_SUCCESS if file OK, and EXIT_FAILURE if file is not OK)
About
small, fast expat-based xml well-formedness checker
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published