<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tan="tag:textalign.net,2015:ns"
   xmlns:fn="http://www.w3.org/2005/xpath-functions"
   xmlns:math="http://www.w3.org/2005/xpath-functions/math"
   xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl" exclude-result-prefixes="xs math xd" version="3.0">
   <xd:doc scope="stylesheet">
      <xd:desc>
         <xd:p><xd:b>Updated </xd:b>September 10, 2016</xd:p>
         <xd:p>Set of functions for TAN-c files. Used by Schematron validation, but suitable for
            general use in other contexts </xd:p>
      </xd:desc>
   </xd:doc>
   
   <xsl:variable name="self-prepped" select="tan:prep-TAN-claims($self-core-errors-marked)"/>
   <xsl:include href="incl/TAN-class-3-functions.xsl"/>
   <!-- CONTEXT INDEPEDENT FUNCTIONS -->
   <!-- CONTEXT DEPEDENT FUNCTIONS -->
   
</xsl:stylesheet>
