]> Lady’s Gitweb - Shushe/blobdiff - lib/catalog2parser.xslt
Add @书社:media-type to parsed nodes
[Shushe] / lib / catalog2parser.xslt
index 97800132ed13e98e7eaa95339e8ce599f6def6e4..ad38990122665126b0c1419320e4254907f17c67 100644 (file)
@@ -85,17 +85,25 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                        </for-each>
                        <xslt:template name="书社:apply-parsed-by">
                                <xslt:param name="id"/>
+                               <xslt:param name="media-type"/>
                                <xslt:param name="result" select="/.."/>
                                <xslt:for-each select="$result/node()">
                                        <xslt:copy>
-                                               <xslt:attribute name="书社:parsed-by">
-                                                       <xslt:value-of select="$id"/>
-                                                       <xslt:if test="@书社:parsed-by">
-                                                               <xslt:text> </xslt:text>
-                                                               <xslt:value-of select="@书社:parsed-by"/>
-                                                       </xslt:if>
-                                               </xslt:attribute>
-                                               <xslt:copy-of select="@*[not(namespace-uri()='urn:fdc:ladys.computer:20231231:Shu1She4' and local-name()='parsed-by')]|node()"/>
+                                               <xslt:if test="string($id)!=''">
+                                                       <xslt:attribute name="书社:parsed-by">
+                                                               <xslt:value-of select="$id"/>
+                                                               <xslt:if test="@书社:parsed-by">
+                                                                       <xslt:text> </xslt:text>
+                                                                       <xslt:value-of select="@书社:parsed-by"/>
+                                                               </xslt:if>
+                                                       </xslt:attribute>
+                                               </xslt:if>
+                                               <xslt:if test="string($media-type)!=''">
+                                                       <xslt:attribute name="书社:media-type">
+                                                               <xslt:value-of select="$media-type"/>
+                                                       </xslt:attribute>
+                                               </xslt:if>
+                                               <xslt:copy-of select="@*[namespace-uri()!='urn:fdc:ladys.computer:20231231:Shu1She4' or local-name()!='parsed-by' and local-name()!='media-type']|node()"/>
                                        </xslt:copy>
                                </xslt:for-each>
                        </xslt:template>
@@ -135,7 +143,8 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                                        <xslt:apply-templates select="exsl:node-set($result)/node()" mode="书社:parse"/>
                                                </xslt:variable>
                                                <xslt:call-template name="书社:apply-parsed-by">
-                                                       <xslt:with-param name="id" select="$parserdiv/html:dt"/>
+                                                       <xslt:with-param name="id" select="string($parserdiv/html:dt)"/>
+                                                       <xslt:with-param name="media-type" select="string(@type)"/>
                                                        <xslt:with-param name="result" select="exsl:node-set($reparsed-result)"/>
                                                </xslt:call-template>
                                        </xslt:when>
This page took 0.02423 seconds and 4 git commands to generate.