Last change
on this file since 98508 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
578 bytes
|
Line | |
---|
1 | <?xml version='1.0'?>
|
---|
2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
---|
3 | version='1.0'>
|
---|
4 |
|
---|
5 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.61.2/html/chunk.xsl" />
|
---|
6 |
|
---|
7 | <!-- use callout graphics -->
|
---|
8 | <xsl:param name="callout.graphics">1</xsl:param>
|
---|
9 |
|
---|
10 | <!-- use admonition graphics -->
|
---|
11 | <xsl:param name="admon.graphics">1</xsl:param>
|
---|
12 | <xsl:template match="revhistory"></xsl:template>
|
---|
13 | <xsl:template match="revision"></xsl:template>
|
---|
14 | <xsl:template match="revnumber"></xsl:template>
|
---|
15 |
|
---|
16 | <xsl:template match="revremark"></xsl:template>
|
---|
17 |
|
---|
18 | </xsl:stylesheet>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.