Radius: accessing raw tag body without expanding

Hi there!,

Is there an easy way for a Radius tag to get the "raw" tag body 

without
expanding the contained tags?

It's not what i need, but it's the functionality to implement an

imaginary <r:literal> tag:

<r:literal>
    <r:link>
</r:literal>

that returns "<r:link>" instead of "<a href=...>...</a>".

/AITOR

Aitor,

I’ve wanted this in the past too. I think it’s a limitation of how
Radius parsing works that we don’t have this feature currently. John,
please correct me if I’m off-base here.

Sean