heiglandreas/holidayChecker

View on GitHub
share/GB-NI.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="https://heigl.org/xml/xsd/holidays.xsd"
          xmlns:xi="http://www.w3.org/2001/XInclude">
    <dateFollowUp day="17" month="3" followup="monday" free="true">Saint Patrick's Day</dateFollowUp>
    <dateFollowUp day="12" month="7" followup="monday" free="true">Battle of the Boyne</dateFollowUp>
    <xi:include href="GB.xml" parse="xml" xpointer="xpointer(*/*)">
            <xi:fallback></xi:fallback>
    </xi:include>
</holidays>