diff options
Diffstat (limited to 'examples/hello1')
-rw-r--r-- | examples/hello1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hello1 b/examples/hello1 new file mode 100644 index 0000000..4c9fca1 --- /dev/null +++ b/examples/hello1 @@ -0,0 +1,3 @@ +#!/bin/sh +# Apply XSLT stylesheet to HTML input file +./xmlstarlet tr --html xsl/hello1.xsl html/hello1.html |