Download this file
5 lines (4 with data), 220 Bytes
#!/bin/sh
# Generate HTML from given SGML docbook document
./xmlstarlet tr --omit-decl --docbook /usr/share/sgml/docbook/yelp/docbook/html/docbook.xsl sgml/docbook1.sgml | \
./xmlstarlet fo --html --indent-spaces 2
×
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.