It is as unreasonable as saying that Perl cannot be any good because you can't call a sub "die"

Actually, Perl does allow you to create a sub named die, and it provides a method of calling the real die if you override die.

A better example would be string literals. aXML is a like a Perl that's doesn't allow strings that contains «"» to be constructed. It is most definitely reasonable to be able to construct a string that contains «"». That's why Perl provides an escape character and the ability to change delimiters.

aXML does not have the equivalent of an escape character; it cannot distinguish code from data. That's really really really really really really bad.

Secondly, yes the parser as it works right now would require that you write a tag as <foo><bar>moo</bar></foo> or ...

uh, no, «<foo bar="moo"></foo>» is not equivalent to «<foo><bar>moo</bar></foo>». If aXML transforms one in tho the other, it's yet another major problem with aXML.


In reply to Re^9: aXML vs TT2 by ikegami
in thread aXML vs TT2 by Logicus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.