RSS 2.0, skipHours&skipDays subelements values
Status: Beta
Brought to you by:
niko_schmuck
RSS 2.0 contains skipHours & skipDays in the following
format [example]:
<skipHours>
<hour>6</hour>
<hour>7</hour>
<hour>8</hour>
<hour>9</hour>
<hour>10</hour>
<hour>11</hour>
</skipHours>
<skipDays>
<day>Monday</day>
<day>Sunday</day>
</skipDays>
Informa v0.6.0 suggests no interface to get these
values. "getElementValues" method will return only
first subelement value of skipHours ("6") and skipDays
("Monday").