OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xdi-editors message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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 <markus.sabadello@xdi.org> wrote:

Any idea what is the difference between oasis-specification-html.xsl and oasis-specification-html-offline.xsl ?



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]