Download this file
7 lines (6 with data), 209 Bytes
#!/bin/sh
. ./bigxml
xmldoc '<a> foo </a>' \
'<!DOCTYPE root [<!ELEMENT root (a*)> <!ELEMENT a EMPTY>]>' \
| ./xmlstarlet val --embed --err - \
2>&1 >/dev/null | ${SED:-sed} -n "$SEDLINUM_PROG"
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.