Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pxslcc(1) [debian man page]

pxsl-tools(1)						      General Commands Manual						     pxsl-tools(1)

NAME
pxslcc - PXSL to XML converter SYNOPSIS
pxslcc [options] file DESCRIPTION
This manual page documents briefly the pxslcc command. PXSL is a convenient shorthand for writing markup-heavy XML documents. It provides an alternative denotation for XML that focuses on the mark-up instead of the text, making handling mark-up heavy XML documents easier. Also, PXSL makes use of element defaults that can act as shortcuts or even as macros. pxslcc is a program that takes a PXSL source file and any macro definitions and generates an XML file. OPTIONS
A summary of options is included below. For a complete description, see the README file. -i[NUM] --indent[=NUM] Re-indent XML using NUM spaces per nesting level. -h, --header Insert an comment into the generated XML to warn against editing the XML file directly and to recommend editing the original PXSL source file instead. -x, --xslt Add default element defaults for generating XSLT files. -aFILE, --add=FILE Add the given defaults file. --export Export (print) all of the active defaults. --dump Dump internal parse format (for debugging). --help Print a synopsis of command line options. -v, --version Prints out the program version. SEE ALSO
For more information, see the README file, that can be found on Debian systems at /usr/share/doc/pxsl-tools/README.gz or visit the home page at http://community.moertel.com/ss/space/pxsl. AUTHOR
pxsl-tools was written by Thomas Moertel and Bill Hubauer. This manual page was written by Kari Pahula <kaol@debian.org>, for the Debian project (but may be used by others). 25 Jan 2008 pxsl-tools(1)

Check Out this Related Man Page

GNOME-XML(1)							       1.1.0							      GNOME-XML(1)

NAME
xml-config - script to get information about the installed version of GNOME-XML SYNOPSIS
xml-config [--prefix[=DIR]] [--libs] [--cflags] [--version] [--help] DESCRIPTION
xml-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use GNOME-XML. OPTIONS
xml-config accepts the following options: --version Print the currently installed version of GNOME-XML on the standard output. Add the --static option to print the linker flags that are necessary to statically link a GNOME-XML program. --libs Print the linker flags that are necessary to link a GNOME-XML program. --cflags Print the compiler flags that are necessary to compile a GNOME-XML program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that GNOME-XML was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. AUTHOR
This manual page was written by Fredrik Hallenberg <hallon@lysator.liu.se>, for the Debian GNU/linux system (but may be used by others). Version 3 July 1999 GNOME-XML(1)
Man Page