Can someone explains to be how to get the output of Type Related Links under V4.7? I have a site running where i need to add several external links and so making use of the Related links.
Without knowing a whole lot about the related links data type (never used it actually), I would imagine that it stores the link collection as XML. Have you tried to do a <xsl:copy-of select="$currentPage//yourRelatedLinksProperty" /> ?
Doing this should give you the exact XML output.
Just a guess really ;-) Hopefully it's useful - if not, i'm sorry! In a bit of a hurry here.
Thanks for the response. Well i got it working......i used the same basic logic used under the predefined Related Links XSLT available under the Developer Section.
Related Links under v4.7
Hi guys,
Can someone explains to be how to get the output of Type Related Links under V4.7? I have a site running where i need to add several external links and so making use of the Related links.
But not sure on how to get the output. I tried this thread but nothing http://our.umbraco.org/forum/using/ui-questions/14689-Related-Links-or-multi-content-picker.
//fuji
Hi fuji,
Without knowing a whole lot about the related links data type (never used it actually), I would imagine that it stores the link collection as XML. Have you tried to do a <xsl:copy-of select="$currentPage//yourRelatedLinksProperty" /> ?
Doing this should give you the exact XML output.
Just a guess really ;-) Hopefully it's useful - if not, i'm sorry! In a bit of a hurry here.
/ Bo
Hi Bo,
Thanks for the response. Well i got it working......i used the same basic logic used under the predefined Related Links XSLT available under the Developer Section.
is working on a reply...