Files
hugo/hugolib
Paul van Brouwershaven 0eaaa8fee3 Implement XML data support
Example:

```
{{ with resources.Get "https://example.com/rss.xml" | transform.Unmarshal }}
    {{ range .channel.item }}
        <strong>{{ .title | plainify | htmlUnescape }}</strong><br />
        <p>{{ .description | plainify | htmlUnescape }}</p>
        {{ $link := .link | plainify | htmlUnescape }}
        <a href="{{ $link }}">{{ $link }}</a><br />
        <hr>
    {{ end }}
{{ end }}
```

Closes #4470
2021-12-02 17:30:36 +01:00
..
2019-08-26 15:00:44 +02:00
2021-06-14 17:00:32 +02:00
2019-08-16 16:24:21 +02:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2021-06-07 19:11:03 +02:00
2020-12-16 12:11:32 +01:00
2021-07-10 11:13:41 +02:00
2021-07-28 11:51:13 +02:00
2021-07-15 17:14:26 +02:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2021-06-14 17:00:32 +02:00
2021-07-30 21:07:52 +02:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2020-12-16 12:11:32 +01:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2019-03-23 18:51:22 +01:00
2021-07-15 17:14:26 +02:00
2021-10-16 15:22:03 +02:00
2021-05-04 17:59:04 +02:00
2020-12-03 13:12:58 +01:00
2021-06-14 17:00:32 +02:00
2021-05-24 14:59:02 +02:00
2021-06-14 17:00:32 +02:00
2020-12-03 13:12:58 +01:00
2019-08-08 20:13:39 +02:00
2021-06-14 17:00:32 +02:00
2020-12-03 13:12:58 +01:00
2021-10-16 15:22:03 +02:00
2020-12-16 12:11:32 +01:00
2019-08-08 20:13:39 +02:00
2021-06-14 17:00:32 +02:00
2021-07-14 21:47:26 +02:00