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
<!-- In your demoFoxmlToSolr.xslt, do this! --> | |
<!-- Put this with the rest of your includes --> | |
<xsl:include href="/path/to/islandora_transforms/hierarchy.xslt"/> | |
<!-- Then put this in your main template --> | |
<xsl:variable name="ancestors"> | |
<xsl:call-template name="get-ancestors"> | |
<xsl:with-param name="PID" select="/foxml:digitalObject/@PID" /> | |
</xsl:call-template> |
NewerOlder