Even if Tapestry emits the white space, the browser will ignore it. You must use to include additional spaces, yes?
On Mon, Sep 12, 2016 at 1:28 PM, Lherm Nicolas <nlh...@sqli.com> wrote: > Hello, > > I read in paragraph http://tapestry.apache.org/component-templates.html $ > Whitespace in Templates , that Tapestry " compressed" the white -spaces. > > In my application , I have repeated whitespace and they are reduced to a > single space character . However, I would like to keep those whitespaces on > the final rendering. > > I try to add at my tml file : xml: space = "preserve " into the <span> > however this did not worked . > >