http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14326 Bug ID: 14326 Summary: XSLT Syntax error in MARC21slimOPACResults.xsl Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: wsalesky@gmail.com QA Contact: testopia@bugs.koha-community.org In MARC21slimOPACResults.xsl on line 1083, there is a xsl:call-template with a select in addition to a name attribute. Select can not be used with xsl:call-template. This throws an error in Saxon and is invalid xslt. As far as I can tell this select can simply be removed as the xsl:for-each parent statement is using the same logic. -Winona -- You are receiving this mail because: You are watching all bug changes.