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
..
2021-05-01 11:45:45 +02:00
2021-11-02 09:01:26 +01:00
2021-11-01 15:51:00 +01:00
2021-10-31 13:53:55 +01:00
2021-12-02 17:30:36 +01:00
2021-12-02 12:56:25 +01:00
2021-10-31 13:53:55 +01:00
2021-10-20 05:00:17 +02:00
2021-12-02 12:56:25 +01:00
2019-10-21 10:22:28 +02:00
2021-02-23 17:41:05 +01:00
2021-11-17 08:24:08 +00:00
2021-10-31 13:53:55 +01:00
2021-11-01 15:51:00 +01:00
2021-12-02 17:30:36 +01:00
2021-07-04 16:34:53 +02:00
2021-11-01 15:51:00 +01:00
2021-07-20 17:50:59 +02:00
2019-12-15 10:37:36 +01:00
2020-06-16 14:19:31 +02:00