This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
| 3 |
version="1.0" xmlns:xlink="http://www.w3.org/1999/xlink" |
| 4 |
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" |
| 5 |
xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:h="http://www.w3.org/1999/xhtml"> |
| 6 |
|
| 7 |
<xsl:output method="xml" indent="yes" /> |
| 8 |
|
| 9 |
<xsl:template match="/"> |
| 10 |
<office:document-styles> |
| 11 |
</office:document-styles> |
| 12 |
</xsl:template> |
| 13 |
|
| 14 |
</xsl:stylesheet> |