]> Lady’s Gitweb - Shushe/blobdiff - lib/catalog2transform.xslt
Provide the location of parsed files in metadata
[Shushe] / lib / catalog2transform.xslt
index e169fa7495a63c64340845b06a51594f1d99a71a..6d721a7b27c4cd8df61f710e8f5b5f783b8c76b4 100644 (file)
@@ -350,20 +350,7 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                <xslt:variable name="included" select="$书社:about//*[@rdf:about=$identifier]"/>
                                <xslt:choose>
                                        <xslt:when test="$included">
-                                               <xslt:variable name="uri">
-                                                       <xslt:text>
-                                                               <value-of select="$builddir"/>
-                                                       </xslt:text>
-                                                       <xslt:choose>
-                                                               <xslt:when test="$included/self::书社vocab:SourceFile">
-                                                                       <xslt:text>/sources/</xslt:text>
-                                                               </xslt:when>
-                                                               <xslt:when test="$included/self::书社vocab:IncludeFile">
-                                                                       <xslt:text>/includes/</xslt:text>
-                                                               </xslt:when>
-                                                       </xslt:choose>
-                                                       <xslt:value-of select="$included/@书社vocab:path"/>
-                                               </xslt:variable>
+                                               <xslt:variable name="uri" select="$included/书社vocab:hasParsedFile/@nfo:fileUrl"/>
                                                <xslt:variable name="expanded">
                                                        <xslt:apply-templates select="document($uri)" mode="书社:expand">
                                                                <xslt:with-param name="identifier" select="$identifier"/>
This page took 0.070526 seconds and 4 git commands to generate.