Determining SA or B
Replies (1)
Please register to reply
Added by Anonymous over 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
Legacy ID: #4414464 Legacy Poster: Michael Kay (mhkay)
The simplest test is <xsl:if test="system-property('xsl:is-schema-aware')='yes'"> Michael Kay
Please register to reply