Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated namespace URLs

...

Code Block
xml
xml
<html t:type="layout" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_03.xsd">
    <p> Merry Christmas: <t:count end="3"> Ho! </t:count>
    </p>
</html>

...

Code Block
langhtml
titleContainerComponent.tml

<t:container xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_03.xsd">
<t:pageLink t:id="link">Page Link</t:pageLink>
</t:container>

...