I can not reproduce your problem, but for the second one you can try:
Jan Vissers schrieb:
For completeness, here is my Layout:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
http://www.w3.org/1999/xhtml";
xmlns:t="http://tapestry.apache.org/schema
For completeness, here is my Layout:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
http://www.w3.org/1999/xhtml";
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
${title}
Thanks - I already did this.
I'm now able to edit .tml files as if they were .xml files - which is
just what I like. However when I add:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
to the top of my Layout.tml Eclipse complains about:
Attribute "xmlns:t" must be declared for element type
This is not hard to fix, you need to add a configuration for tml files
in properties/editors/file associations, if I recall you need to
associate the extension with the html editor.
Jan Vissers wrote:
Hi,
I know this is probably a small concern - but I don't like the red error
indicators in E