[octc-svndiff] SF.net SVN: octc:[419] trunk/tools/xsl/octc2vm.xsl
                
                Brought to you by:
                
                    bansp
                    
                
            
            
        
        
        
    | 
     
      
      
      From: <ba...@us...> - 2010-12-18 23:00:59
      
     
   | 
Revision: 419
          http://octc.svn.sourceforge.net/octc/?rev=419&view=rev
Author:   bansp
Date:     2010-12-18 23:00:53 +0000 (Sat, 18 Dec 2010)
Log Message:
-----------
less clutter
Modified Paths:
--------------
    trunk/tools/xsl/octc2vm.xsl
Modified: trunk/tools/xsl/octc2vm.xsl
===================================================================
--- trunk/tools/xsl/octc2vm.xsl	2010-11-27 11:57:18 UTC (rev 418)
+++ trunk/tools/xsl/octc2vm.xsl	2010-12-18 23:00:53 UTC (rev 419)
@@ -11,7 +11,7 @@
     </xd:detail>
     <xd:author>Piotr Bański</xd:author>
     <xd:copyright>the author(s), 2010; license: GPL v3 or any later version (http://www.gnu.org/licenses/gpl.html).</xd:copyright>
-    <xd:svnId>$Id:$</xd:svnId>
+    <xd:svnId>$Id$</xd:svnId>
   </xd:doc>
   
 
@@ -71,7 +71,7 @@
               <xsl:for-each select="$langs">
                 <rdg wit="{concat('#',.)}">
                   <xsl:variable name="part1" select="document($root/teiCorpus/teiCorpus/TEI/text/body/div[@type='doc']/linkGrp/ptr[@xml:lang eq current()]/@target)/teiCorpus/teiCorpus/TEI/teiHeader/fileDesc/titleStmt" as="node()"/>
-                  <xsl:value-of select="$part1/(title[@xml:lang eq current()] | title[1])[1] (:$root/teiCorpus/teiCorpus/TEI/teiHeader/(title[@xml:lang eq current()] | title[1])[1]:)"/>
+                  <xsl:value-of select="$part1/(title[@xml:lang eq current()] | title[1])[1]"/>
                 </rdg>
               </xsl:for-each>
             </app>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |