Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi guys I usually use copy-of to have a look at the xml so i know what's available to me..
for some reason i don't get anything back when writing
sorry the forum post is stuffing up i can't paste my xslt.. but just trying to do a copyof getcurrentmember
Hi Tom
Yeh, sometimes the editor is acting pretty weird.
But are you writing something like this
<xsl:copy-of select="umbraco.library:GetCurrentMember()/@id" /> ? In that case you won't get anything returned. It will not output attributes.
If this is not the case please try and post your code once again.
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
copy-of getcurrentmember
Hi guys I usually use copy-of to have a look at the xml so i know what's available to me..
for some reason i don't get anything back when writing
sorry the forum post is stuffing up i can't paste my xslt.. but just trying to do a copyof getcurrentmember
Hi Tom
Yeh, sometimes the editor is acting pretty weird.
But are you writing something like this
<xsl:copy-of select="umbraco.library:GetCurrentMember()/@id" /> ? In that case you won't get anything returned. It will not output attributes.
If this is not the case please try and post your code once again.
/Jan
is working on a reply...