Skip to content

Instantly share code, notes, and snippets.

@jessgusclark
Created October 2, 2018 21:24
Show Gist options
  • Save jessgusclark/d2a570f580c6736cb5413ecbb8f4b18c to your computer and use it in GitHub Desktop.
Save jessgusclark/d2a570f580c6736cb5413ecbb8f4b18c to your computer and use it in GitHub Desktop.
<xsl:for-each select="document('https://tacos.tacos/path.to/my-feed-rss')/feed/entry">
<xsl:sort select="published" />
<h2><xsl:value-of select="title" /></h2>
</xsl:for-each>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment