软件包: xmlstarlet (1.6.1-2.1)
xmlstarlet 的相关链接
Trisquel 的资源:
下载源码包 xmlstarlet:
维护者:
Original Maintainer:
- Mònica Ramírez Arceda
外部的资源:
- 主页 [xmlstar.sourceforge.net]
相似软件包:
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 passingparameters 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 fordirectories)
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
其他与 xmlstarlet 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.7)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libxml2 (>= 2.7.4)
- GNOME XML library
-
- dep: libxslt1.1 (>= 1.1.25)
- XSLT 1.0 processing library - runtime library