Element construction is defined by
<NAME ATTRIBUTE> [ CHILDREN ]
and concatination of two results of e1 and e2 is defined by e1;e2. An XTiSP program
<HTML> [ <HEAD> [ <TITLE LANG='en'> [ ] ]; <BODY STYLE='background-color:#df9'> [ ] ] ]
returns an XML
<HTML><HEAD><TITLE LANG='en'></TITLE></HEAD> <BODY STYLE='background-color:#df9'></BODY></HTML>
independently of the input XML.
Keyword(s):
References:[TabTree]