Created
October 2, 2018 21:24
-
-
Save jessgusclark/d2a570f580c6736cb5413ecbb8f4b18c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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