Content Picker Parameter to XSLT

Hi all, I am trying to do something fairly simple but I cannot seem to get this to work.

I have a simple macro which has a content picker parameter called "linkOne".

When I try to extract this out in XSLT I was expecting the ID of the selected page to come out. However it brings back the whole document xml for the chosen page. Even if I don't select a page in the content picker, the XSLT returns the whole XML structure of the current page.

Am I missing something really simple?

<xsl:variable name="link1" select="/macro/linkOne"/>

Link one <xsl:value-of select="$link1" /> ... this returns the whole xml structure for the node

Thanks in advance


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/45372-content-picker-parameter-to-xslt