To: Tapestry users
Subject: Re: Adding XML process-instruction to tml
A component could do this, by outputting the tag
using markupWriter.writeRaw().
On Sun, Nov 8, 2009 at 4:04 AM, Alfie Kirkpatrick
wrote:
> Hi, I would like to add a PI for xml-stylesheet to some of my pure XML
> pages,
A component could do this, by outputting the tag
using markupWriter.writeRaw().
On Sun, Nov 8, 2009 at 4:04 AM, Alfie Kirkpatrick
wrote:
> Hi, I would like to add a PI for xml-stylesheet to some of my pure XML
> pages, eg. in the tml...
>
>
>
>
>
>
>
>
>
>
> Tapestry (5.1.0.5) complains that