https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40832 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #8 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- For QA, it might be helpful to explain what you are doing here: + <xsl:if test="preceding-sibling::marc:subfield[@code='a'] or preceding-sibling::marc:subfield[@code='b']"> + <xsl:if test="preceding-sibling::marc:subfield[@code='a' or @code='b'][1]/following-sibling::marc:subfield[@code='d']/following-sibling::marc:subfield[@code='a' or @code='b'][1] = ."> + <xsl:text>)</xsl:text> + </xsl:if> + <xsl:text>, </xsl:text> + </xsl:if> If I look at LOC, I cant immediately grasp this construct.. I see a closing parenthessis here, but where is the opening one? Etc. -- You are receiving this mail because: You are watching all bug changes.