I want to start by saying your efforts are very much appreciated, whether they ultimately turn out to be fruitful or not.

Yes, you have caused the addition of 2 extra lines of code, and a standardisation of the now 6 specials.

But, no, I've never needed these things before and they seem to be a symptom of having to deal with non-aXML compliant code and it's related issues rather than anything actually wrong with aXML itself.

Yes, Corion said that the return values should also be compiled as well, which is where I lost him because I can't think of anyway to know ahead of time what a given tag is going to return. Hence I'm with you on your side of that debate, and I have a feeling that following Corion's suggestion to write a compiler for it may of been a wild goose chase and a waste of about 2 months worth of programming time on my part.

However, having said that somehow Perl does manage to execute the aXML code correctly so it must be compiling it in some manner prior to doing that.


In reply to Re^36: aXML vs TT2 by Logicus
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.