XTiSP on the Web  Index  Search  Changes  RSS  Login

Element - XTiSP/IV

[English / Japanese]
Top Download Documentation Support Link
Publication XTiSP/PD XTiSP/IV XTiSP/AG
Installation Usage Tutorial Example
Basic Notion Element Non-Element XPath Iteration
 

Element Construction and Concatenation

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.

Last modified:2006/06/11 00:28:37
Keyword(s):
References:[TabTree]