Last active
April 14, 2016 15:10
-
-
Save jessgusclark/896bc7e0f3e81c4fe7ccb8117ea5589d to your computer and use it in GitHub Desktop.
Tag Management Demo
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:variable name="page-path" select="replace($ou:path, '.html', '.pcf')" /> | |
<xsl:for-each select="doc( concat('ou:/Tag/GetTags?', 'site=', $ou:site, '&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