Newer
Older
ade-outils-xml / README.md

ADE Outils XML ISTEX

08 janvier 2016

XMLWF

Mon fichier XML est-il bien formé ?

  • balises ouvrantes bien fermées
  • balises qui "ne se chevauchent pas"
  • pas de caractères &<>;, dans les attributs ou noeuds texte
  • ...
xmlwf  xml/oup-sample.xml
echo $?
xmlwf  xml/bad-formed.xml
echo $?
xmlwf  xml/*
echo $?

get-doctype

Récupération des informations contenues dans la ligne doctype.

tools/parse_doctype xml/oup-sample.xml
tools/parse_doctype xml/wiley-sample.xml
tools/parse_doctype xml/parsing-problem.xml
cat tools/node_modules/get-doctype/test/dataset/big.xml | tools/parse_doctype

xmlstarlet

xmlstarlet sel

xmlstarlet val

Validation de documents selon DTD, Schéma XML ou RelaxNG.

xmlstarlet sel

xmlstarlet val -e -d dtd/Wileyml3gv20-flat/Wileyml3gv20-flat.dtd tmp/wiley.xml