<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                
                version="2.0">
	
	  <doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
      <desc>
         <p> TEI Utility stylesheet for making Word docx files from TEI XML (see tei-docx.xsl)</p>
         <p> This library is free software; you can redistribute it and/or
			modify it under the terms of the GNU Lesser General Public License as
			published by the Free Software Foundation; either version 2.1 of the
			License, or (at your option) any later version. This library is
			distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
			without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
			PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
			details. You should have received a copy of the GNU Lesser General Public
			License along with this library; if not, write to the Free Software
			Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA </p>
         <p>Author: See AUTHORS</p>
         <p>Id: $Id: variables.xsl 7952 2010-08-12 21:14:51Z rahtz $</p>
         <p>Copyright: 2008, TEI Consortium</p>
      </desc>
   </doc>
	
	
	  <xsl:variable name="Heading">heading</xsl:variable>
	  <xsl:variable name="Heading1">heading 1</xsl:variable>
	  <xsl:variable name="Heading2">heading 2</xsl:variable>
	  <xsl:variable name="Heading3">heading 3</xsl:variable>
	  <xsl:variable name="Heading4">heading 4</xsl:variable>
	  <xsl:variable name="Heading5">heading 5</xsl:variable>
	  <xsl:variable name="Heading6">heading 6</xsl:variable>
	  <xsl:variable name="List">List</xsl:variable>
	  <xsl:variable name="List2">List 2</xsl:variable>
	  <xsl:variable name="List3">List 3</xsl:variable>
	  <xsl:variable name="List4">List 4</xsl:variable>
	  <xsl:variable name="List5">List 5</xsl:variable>
	  <xsl:variable name="ListBullet">List Bullet</xsl:variable>
	  <xsl:variable name="ListBullet2">List Bullet 2</xsl:variable>
	  <xsl:variable name="ListBullet3">List Bullet 3</xsl:variable>
	  <xsl:variable name="ListBullet4">List Bullet 4</xsl:variable>
	  <xsl:variable name="ListBullet5">List Bullet 5</xsl:variable>
	  <xsl:variable name="ListContinue">List Continue</xsl:variable>
	  <xsl:variable name="ListContinue2">List Continue 2</xsl:variable>
	  <xsl:variable name="ListContinue3">List Continue 3</xsl:variable>
	  <xsl:variable name="ListContinue4">List Continue 4</xsl:variable>
	  <xsl:variable name="ListContinue5">List Continue 5</xsl:variable>
	  <xsl:variable name="ListNumber">List Number</xsl:variable>
	  <xsl:variable name="ListNumber2">List Number 2</xsl:variable>
	  <xsl:variable name="ListNumber3">List Number 3</xsl:variable>
	  <xsl:variable name="ListNumber4">List Number 4</xsl:variable>
	  <xsl:variable name="ListNumber5">List Number 5</xsl:variable>
	  <xsl:variable name="Note">Note</xsl:variable>
	  <xsl:variable name="TableText">Tabletext9</xsl:variable>
	  <xsl:variable name="Tabletitle">Table title</xsl:variable>


</xsl:stylesheet>