heiglandreas/holidayChecker

View on GitHub
share/BA-SRP.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8" ?>
<holidays xmlns="https://heigl.org/holidays"
                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xsi:schemaLocation="holidays.xsd https://heigl.org/xml/xsd/holidays.xsd"
                    xmlns:xi="http://www.w3.org/2001/XInclude"
>
    <resources>
        <resource href="https://en.wikipedia.org/wiki/Public_holidays_in_Bosnia_and_Herzegovina" lastChecked="2022-10-23">Wikipedia</resource>
    </resources>
    <date day="9" month="1" free="true" comment="Republic Day">Dan Republike</date>
    <date day="9" month="5" free="true" comment="Victory Day">Dan pobjede</date>
    <date day="21" month="11" free="true" comment="Dayton Agreement Day">Dan uspostave Opšteg okvirnog sporazuma za mir u Bosni i Hercegovini</date>
    <xi:include href="BA.xml" parse="xml" xpointer="xpointer(*/*)">
        <xi:fallback></xi:fallback>
    </xi:include>
</holidays>