[Koha-bugs] [Bug 7421] UNIMARC authorities DOM indexing mode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 10 22:20:27 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7421

--- Comment #37 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
In record.abs for GRS1 we have :
" all any"

It is "translated" in DOM zebra-xsl file as : 
+  <xslo:template mode="index_all" match="text()">
+    <z:index name="Any:w Any:p">
+      <xslo:value-of select="."/>
+    </z:index>
+  </xslo:template>

And I don't find it in DOM koha-xml file.

I don't remember how I did that. It is probably the xslt transformation
stylesheet that added those lines, and maybe it is not good.
More investigation later...

Mathieu

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list