|
Revision 1119, 434 bytes
(checked in by benjamin, 3 years ago)
|
Initial revision
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|---|
| 2 |
xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" |
|---|
| 3 |
version="1.0" |
|---|
| 4 |
exclude-result-prefixes="doc"> |
|---|
| 5 |
|
|---|
| 6 |
<xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/chunk.xsl"/> |
|---|
| 7 |
|
|---|
| 8 |
<xsl:template name="user.head.content"> |
|---|
| 9 |
<link rel="stylesheet" href="docbook.css" type="text/css" /> |
|---|
| 10 |
</xsl:template> |
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
</xsl:stylesheet> |
|---|