heiglandreas/holidayChecker

View on GitHub
share/FR-67.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">
    <easter offset="-2" free="true">Vendredi Saint</easter>
    <date day="26" month="12" free="true">Lendemain de Noël</date>
    <xi:include href="FR.xml" parse="xml" xpointer="xpointer(*/*)">
            <xi:fallback></xi:fallback>
    </xi:include>
</holidays>