projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2386f7a
)
Oops -- this wasn't in the repo.
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 3 Feb 2005 17:15:07 +0000
(17:15 +0000)
committer
Eric S. Raymond
<esr@thyrsus.com>
Thu, 3 Feb 2005 17:15:07 +0000
(17:15 +0000)
sst-layer.xsl
[new file with mode: 0644]
patch
|
blob
diff --git a/sst-layer.xsl
b/sst-layer.xsl
new file mode 100644
(file)
index 0000000..
774dd27
--- /dev/null
+++ b/
sst-layer.xsl
@@ -0,0
+1,11
@@
+<?xml version="1.0"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+<!-- force an encoding we can throw on an xterm window -->
+<xsl:output method="html"
+ encoding="ISO-8859-1"
+ indent="no"/>
+
+</xsl:stylesheet>
+