Bsoft 2.1.4
Bernard's software package
bxml.cpp File Reference

Reads, writes and validates XML files. More...

#include "rwxml.h"
#include "utilities.h"
#include "options.h"
#include "timer.h"

Functions

int main (int argc, char **argv)
 

Variables

int verbose
 
const char * use []
 

Detailed Description

Reads, writes and validates XML files.

Author
Bernard Heymann
Date
Created: 20140423
Modified: 20140424

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ use

const char* use[]
Initial value:
= {
" ",
"Usage: bxml [options] input.xml [input.xml]",
"-------------------------------------------",
"Reads, writes and validates XML files.",
" ",
"Parameters:",
"-verbose 7 Verbosity of output.",
" ",
"Input:",
"-validate mg.xsd Validate XML input file(s) with this schema.",
" ",
"Output:",
"-output file.xml Output XML format file.",
" ",
NULL
}

◆ verbose

int verbose
extern