diff --git a/xquery/opml/meteoalarm.xqy b/xquery/opml/meteoalarm.xqy new file mode 100644 index 0000000..c2d22e6 --- /dev/null +++ b/xquery/opml/meteoalarm.xqy @@ -0,0 +1,26 @@ + + + MeteoAlarm feeds + {format-dateTime(adjust-dateTime-to-timezone(current-dateTime(), xs:dayTimeDuration("PT0S")), "[FNn,*-3], [D01] [MNn,*-3] [Y0001] [H01]:[m01]:[s01] GMT")} + lucidiot + lucidiot@envs.net + https://tilde.town/~lucidiot/contact.html + http://dev.opml.org/spec2.html + + + { + doc('https://feeds.meteoalarm.org/')//h2 + ! + { + ./following-sibling::ul[1]/li/a/@href + ! + } + + } + +