RE: Adding XML process-instruction to tml

2009-11-09 Thread Alfie Kirkpatrick
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,

Re: Adding XML process-instruction to tml

2009-11-08 Thread Howard Lewis Ship
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