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