https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40832
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
