Skip to content

Instantly share code, notes, and snippets.

@jessgusclark
Last active April 14, 2016 15:10
Show Gist options
  • Save jessgusclark/896bc7e0f3e81c4fe7ccb8117ea5589d to your computer and use it in GitHub Desktop.
Save jessgusclark/896bc7e0f3e81c4fe7ccb8117ea5589d to your computer and use it in GitHub Desktop.
Tag Management Demo
<xsl:variable name="page-path" select="replace($ou:path, '.html', '.pcf')" />
<xsl:for-each select="doc( concat('ou:/Tag/GetTags?', 'site=', $ou:site, '&amp;path=', $page-path ) )/tags/tag">
<li><xsl:value-of select="name" /></li>
</xsl:for-each>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment