Intro · 25.03.04
Among other features, TXP comes with a powerful mechanism to obtain a high degree of customization in the look & feel of your TXP powered website, providing us a fine grane control over almost all the aspects we should take into consideration when we manage our site with a CMS.
All output related things are handled throughout TXP tags.
TXP tags are prefixed by txp: and look like common HTML tags or, better yet, like XML tags – lowercased, of course – where the string “txp” is the qualified namespace prefix. Just after this prefix you can find the tag name.
Also like XML/XHTML tags, TXP tags can have one or two tag marks. So, we can have “single” tags, like the <img /> tag on XHTML, or “container” tags, like the <p></p> tag on XHTML.
TXP single & container tags
<!—single tag—>
<txp:page_title />
<!—container tag—>
<txp:link_to_home>Home</txp:link_to_home>
* * *

Comment
commenting closed for this article