diff --git a/transforms/adl2documentation.xslt b/transforms/adl2documentation.xslt index 750b8f7..8a76c3e 100755 --- a/transforms/adl2documentation.xslt +++ b/transforms/adl2documentation.xslt @@ -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"/> diff --git a/transforms/adl2mssql.xslt b/transforms/adl2mssql.xslt index 91f9ed6..1fcd9ad 100755 --- a/transforms/adl2mssql.xslt +++ b/transforms/adl2mssql.xslt @@ -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"/>