PreFieldException

From Plex-XML
Jump to: navigation, search

Could be used to insert any kind of code before a field.

See PostFieldException for a further description.

<xsl:template name="preFieldException">
 <xsl:choose>
  <xsl:when test="@name='FooFieldName'">
   ...your code...
  </xsl:when>
 </xsl:choose>
</xsl:template>
Personal tools