All Downloads are FREE. Search and download functionalities are using the official Maven repository.

siri-2.1..travis.xmllint-check.sh Maven / Gradle / Ivy

The newest version!
#!/bin/bash
/usr/bin/find . -name "*.xsd" -type f | while read i; do XMLLINT_INDENT=" " xmllint --pretty 1 "$i" > "$i.pretty"; mv "$i.pretty" "$i"; done; /usr/bin/find . -name "*.xml" -type f | while read i; do XMLLINT_INDENT=" " xmllint --pretty 1 "$i" > "$i.pretty"; mv "$i.pretty" "$i"; done; /usr/bin/find . -name "*.wsdl" -type f | while read i; do XMLLINT_INDENT=" " xmllint --pretty 1 "$i" > "$i.pretty"; mv "$i.pretty" "$i"; done;
echo "finished formatting"
find examples/ -iname "*.xml" | xargs xmllint --noout --schema xsd/siri.xsd




© 2015 - 2025 Weber Informatics LLC | Privacy Policy