r=glob a=LpSolit git-svn-id: svn://10.0.0.236/trunk@263023 18797224-902f-48f8-a5cc-f745e15eee43
10 lines
465 B
XML
Executable File
10 lines
465 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
<xsl:output method="html" encoding="UTF-8" indent="no"
|
|
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
|
|
<!-- Include default bugzilla XSL -->
|
|
<xsl:include href="bugzilla-docs.xsl"/>
|
|
<!-- No other params necessary -->
|
|
</xsl:stylesheet>
|