I think ikegami wants to ask you how you would write an aXML program that outputs another aXML program, or an aXML fragment. For example, how would the aXML program look that outputs the following string:
<db_select> <query> SELECT * FROM user ORDER BY id </query> <mask> <tr> <td><d>id</d></td> <td>[hlink action="user_profile" user_id="<d>id</d>"]<d>name</d> +[/hlink]</td> <td><d>email</d></td> </tr> </mask> </db_select>
If there is no way to prevent your language from seeing a character sequence as executable code, that is highly inconvenient.
In reply to Re^11: aXML vs TT2
by Corion
in thread aXML vs TT2
by Logicus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |