its20 CVS commit

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/tei/odds
In directory hutz:/tmp/cvs-serv14859/tools/xslt/tei/odds

Modified Files:
	teiodds.xsl 
Log Message:
Fixed typo

Index: teiodds.xsl
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/tei/odds/teiodds.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- teiodds.xsl	28 Jun 2012 13:06:45 -0000	1.1
+++ teiodds.xsl	10 Sep 2012 10:40:03 -0000	1.2
@@ -158,7 +158,7 @@
   </xsl:template>
   <xsl:template match="tei:*" mode="tangle"/>
   <xsl:template match="tei:attRef" mode="tangle">
-    <ref name="{@name}" xmlns="http://relaxng.org/ns/structure/1.0"/>
+    <ref name="{$patternPrefix}{@name}" xmlns="http://relaxng.org/ns/structure/1.0"/>
   </xsl:template>
   <xsl:template match="tei:attDef" mode="tangle">
     <xsl:param name="element"/>

Received on Monday, 10 September 2012 10:40:07 UTC