Re: [xdi-editors] questions about browser-viewable copies on xdi.org

From
Davis, Peter <>
Date
2014-11-24T19:56:47+00:00
ID
Thread
Re: [xdi-editors] questions about browser-viewable copies on xdi.org
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 ?