|
XMLStarlet is a command-line XML utility which allows the modification and validation of XML documents. It is released under an MIT License. == Example usage == An XML document can be validated against an XSD schema as follows: xmlstarlet val -e -s my.xsd my.xml One can extract element definitions or their values, selecting them with XPath notation: xmlstarlet sel -t -v 'html/head/title' some.xml 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「XMLStarlet」の詳細全文を読む スポンサード リンク
|