heiglandreas/holidayChecker

View on GitHub
share/AR-judaism.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"
>
    <date day="15" month="8" free="true" calendar="hebrew" comment="Passover">Pésaj</date>
    <date day="16" month="8" free="true" calendar="hebrew" comment="Passover">Pésaj</date>
    <date day="21" month="8" free="true" calendar="hebrew" comment="Passover">Pésaj</date>
    <date day="22" month="8" free="true" calendar="hebrew" comment="Passover">Pésaj</date>
    <date day="1" month="1" free="true" calendar="hebrew" comment="Jewish New Year">Año Nuevo Judío</date>
    <date day="2" month="1" free="true" calendar="hebrew" comment="Jewish New Year">Año Nuevo Judío</date>
    <date day="10" month="1" free="true" calendar="hebrew" comment="Day of Atonement">Día del Perdón    </date>
    <xi:include href="AR.xml" parse="xml" xpointer="xpointer(*/*)">
        <xi:fallback></xi:fallback>
    </xi:include>
</holidays>