xmlstarlet 1.2.1-1 source package in Ubuntu

Changelog

xmlstarlet (1.2.1-1) unstable; urgency=low
  * New upstream release.  * Fix a comment in debian/rules: static libs are disabled by default. -- Mònica Ramírez Arceda <email address hidden>  Sat, 09 Jul 2011 11:34:55 +0200

Upload details

Uploaded by:
Monica Ramirez Arceda
Uploaded to:
Sid
Original maintainer:
Monica Ramirez Arceda
Architectures:
any
Section:
text
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xmlstarlet_1.2.1-1.dsc 1.9 KiB c71c478e94aa6447f873727fdeb2245a8d785625abe58c5cceac1e19b1f9340d
xmlstarlet_1.2.1.orig.tar.gz 374.7 KiB ac63b75c6175d37f1097d1d9b257adffb7e004e3de536e47ce6478559bc07fe0
xmlstarlet_1.2.1-1.debian.tar.gz 5.6 KiB 43d214d9891e0fcecd0306fa94ef011fd8c3c3d55283cc3d6783f9cc1011e557

No changes file available.

Binary packages built by this source

xmlstarlet: command line XML toolkit

 XMLStarlet is a set of command line utilities (tools) which can be used to
 transform, query, validate, and edit XML documents and files using 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 automated XML processing
 with shell scripts.
 .
 The toolkit's feature set includes options to:
  Check or validate XML files (simple well-formedness check, DTD, XSD, RelaxNG)
  Calculate values of XPath expressions on XML files (such as running sums, etc)
  Search XML files for matches to given XPath expressions
  Apply XSLT stylesheets to XML documents (including EXSLT support, and passing
 parameters to stylesheets)
  Query XML documents (ex. query for value of some elements of attributes,
 sorting, etc)
  Modify or edit XML documents (ex. delete some elements)
  Format or "beautify" XML documents (as changing indentation, etc)
  Fetch XML documents using http:// or ftp:// URLs
  Browse tree structure of XML documents (in similar way to 'ls' command for
 directories)
  Include one XML document into another using XInclude
  XML c14n canonicalization
  Escape/unescape special XML characters in input text
  Print directory as XML document
  Convert XML into PYX format (based on ESIS - ISO 8879), and vice versa