Fixed adl2documentation to get its stylesheet from a standard place
This commit is contained in:
parent
953c7fedfe
commit
f85040e72a
|
@ -8,7 +8,8 @@
|
|||
|
||||
<xsl:param name="locale" select="en-GB"/>
|
||||
|
||||
<xsl:param name="css-stylesheet"/>
|
||||
<xsl:param name="css-stylesheet"
|
||||
select="'http://libs.cygnets.co.uk/adl/unstable/ADL/documentation.css'"/>
|
||||
|
||||
<xsl:param name="detail" select="full"/>
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
Convert ADL to MS-SQL
|
||||
|
||||
$Author: sb $
|
||||
$Revision: 1.10 $
|
||||
$Revision: 1.11 $
|
||||
-->
|
||||
|
||||
<xsl:output indent="no" encoding="UTF-8" method="text"/>
|
||||
|
@ -103,7 +103,7 @@
|
|||
-- <xsl:value-of select="$product-version"/>
|
||||
--
|
||||
-- Database for application <xsl:value-of select="@name"/> version <xsl:value-of select="@version"/>
|
||||
-- Generated for MS-SQL 2000+ using adl2mssql.xslt <xsl:value-of select="substring('$Revision: 1.10 $', 12)"/>
|
||||
-- Generated for MS-SQL 2000+ using adl2mssql.xslt <xsl:value-of select="substring('$Revision: 1.11 $', 12)"/>
|
||||
-- THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT IT.
|
||||
--
|
||||
-- <xsl:value-of select="@revision"/>
|
||||
|
|
Loading…
Reference in a new issue