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-10-21 10:22:28 +02:00
2021-10-31 13:53:55 +01:00
2021-10-31 13:53:55 +01:00
2021-10-31 13:53:55 +01:00
2021-12-02 17:30:36 +01:00
2021-10-31 13:53:55 +01:00
2020-02-19 09:16:56 +01:00
2021-04-20 20:22:53 +02:00
2021-10-31 13:53:55 +01:00
2020-06-19 11:58:58 +02:00
2021-10-31 13:53:55 +01:00
2020-11-22 22:09:59 +01:00
2019-10-21 10:22:28 +02:00
2021-10-31 13:53:55 +01:00
2021-04-20 20:22:53 +02:00
2021-04-20 20:22:53 +02:00
2021-04-20 20:22:53 +02:00
2021-04-20 20:22:53 +02:00
2020-06-18 09:09:56 +02:00
2021-10-31 13:53:55 +01:00
2019-10-21 10:22:28 +02:00
2021-02-18 17:52:49 +01:00
2021-04-20 20:22:53 +02:00
2021-10-31 13:53:55 +01:00
2019-10-21 10:22:28 +02:00