Project

Profile

Help

Determining SA or B

Added by Anonymous about 17 years ago

Legacy ID: #4414197 Legacy Poster: Mike Jones (firenike)

Hi- I am trying to setup SA in my configuration. I am trying to figure out if I've done it correctly, so I'm calling: <xsl:value-of select="system-property('xsl:vendor')" /> But this returns: SAXON 8.9.0.4 from Saxonica I can't tell if this is SA or B. Is there another way to tell? Thanks, Mike


Replies (1)

RE: Determining SA or B - Added by Anonymous about 17 years ago

Legacy ID: #4414464 Legacy Poster: Michael Kay (mhkay)

The simplest test is <xsl:if test="system-property('xsl:is-schema-aware')='yes'"> Michael Kay

    (1-1/1)

    Please register to reply