Download this file
6 lines (5 with data), 151 Bytes
#!/bin/sh
. ./bigxml
xmldoc '<a>foo</a>' \
| ./xmlstarlet val --dtd dtd/bigxml.dtd --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.