This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Changing local customizations depending on XSLT processor?


Is it possible to use XSLT conditionals and xsl:vendor or
xsl:vendor-url, to only set values when a particular XSLT processor is
used?

Specifically, I would like to only set these variables when using
Saxon or Xalan, but not while running xsltproc:

  <xsl:param name="use.extensions" select="'1'" />
  <xsl:param name="textinsert.extension" select="'1'" />

Thanx!


- Steinar

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe at lists dot oasis-open dot org
For additional commands, e-mail: docbook-apps-help at lists dot oasis-open dot org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]