the offline form imports the -html.xsl file, and redefines css.path, oasis.logo and oasis-base.
<xsl:param name="css.path">
<xsl:for-each select="document('')">
<xsl:value-of select="unparsed-entity-uri('css')"/>
</xsl:for-each>
</xsl:param>
<xsl:param name="oasis.logo">
<xsl:for-each select="document('')">
<xsl:value-of select="unparsed-entity-uri('logo')"/>
</xsl:for-each>
</xsl:param>
<xsl:param name="oasis-base" select="'no'"/>
=peterd
On Nov 24, 2014, at 2:35 PM, Markus Sabadello <> wrote:
Any
idea what is the difference between oasis-specification-html.xsl and oasis-specification-html-offline.xsl ?