I'm rending html in a transform, and would like to render an anchor who's href is absolute, not relative. For example, instead of this:
<a href="../home">...</a> I would like to be able to provide a full url in the href: <a href="http://mysite/application1/home">...</a> Thank you for your assistance with this! On Wed, May 16, 2012 at 12:52 AM, Bob Harrod <rjhar...@gmail.com> wrote: > I'm quite new to cocoon, and supporting an older version (2.1). Does > anyone know how I can gain access the web application base path inside of a > transform? Of course, it can be passed by the sitemap... Any help would > be appreciated! > > Thanks! >