http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6891
--- Comment #10 from Xan Charbonnet <[email protected]> 2011-09-27 04:51:58 UTC --- The bitmap has been removed. Here's what the <holidays> specification looks like now: <xs:complexType name="holidays"> <xs:sequence> <xs:element name="days_of_week_closed" minOccurs="0"> <xs:complexType> <xs:attribute name="sunday" type="xs:boolean" default="false"/> <xs:attribute name="monday" type="xs:boolean" default="false"/> <xs:attribute name="tuesday" type="xs:boolean" default="false"/> <xs:attribute name="wednesday" type="xs:boolean" default="false"/> <xs:attribute name="thursday" type="xs:boolean" default="false"/> <xs:attribute name="friday" type="xs:boolean" default="false"/> <xs:attribute name="saturday" type="xs:boolean" default="false"/> </xs:complexType> </xs:element> <xs:element name="date" type="xs:date" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> Much more readable and XML-like in the document: <system name="apollo" vendor="biblionix" version="2011-09-26.02"/> <holidays> <days_of_week_closed monday="1" thursday="1"/> <date>2006-11-24</date> <date>2006-11-25</date> ... </holidays> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
