Sean Cribbs wrote: > I think it has to do with having your Radius tags inside an XHTML tag. > Correct me if I'm wrong, John, but it won't parse them inside tags or their > attributes?
It will parse tags inside of HTML attributes. What it can't parse is tags inside of Radius tag attributes. So this works fine: <a href="<r:url />">My Link</a> but this does not: <r:link title="<r:title />" /> -- John Long http://wiseheartdesign.com _______________________________________________ Radiant mailing list [email protected] http://lists.radiantcms.org/mailman/listinfo/radiant
