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

XMLSTARLET(1)                                                    xmlstarlet Manual                                                   XMLSTARLET(1)

NAME
xmlstarlet - command line XML/XSLT toolkit SYNOPSIS
xmlstarlet [<options>] [<command>] [<cmd-options>] INTRODUCTION
XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files us- ing simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands. This set of command line utilities can be used by those who deal with many XML documents on UNIX shell command prompt as well as for auto- mated XML processing with shell scripts. OPTIONS
--version Display the version of xmlstarlet. --help Display help. COMMANDS
Type: xmlstarlet <command> --help <ENTER> for command help Available commands include: ed (or edit) Edit/update XML document(s). sel (or select) Select data or query XML document(s) (XPATH, etc). tr (or transform) Transform XML documents(s) using XSLT. val (or validate) Validate XML document(s) (well-formed/DTD/XSD/RelaxNG). fo (or format) Format XML document(s). el (or elements) Display element structure of XML document. c14n (or canonic) XML canonicalization. ls (or list) List directory as XML. esc (or escape) Escape special XML characters. unesc (or unescape) Unescape special XML characters. pyx (or xmln) Convert XML into PYX format (based on ESIS - ISO 8879). p2x (or depyx) Convert PYX into XML. REFERENCES
XMLStarlet is a command line toolkit to query/edit/check/transform XML documents (for more information see http://xmlstar.source- forge.net/). AUTHOR
Mikhail Grushinskiy. XMLSTARLET(1)
Man Page