I just copy/pasted «"» into an aXML document and ran it to see what would happen, and it there was no effect. The document rendered correctly and the browser displayed the characters, so I can't see the problem?

aXML doesn't need an escape character, it doesn't try to distinguish code from data, in aXML code and data are one and the same.

You iterate repeatedly that that is bad, and yet you do not qualify that statement, are you repeating some obsolete mantra you learned at university regarding the classical way of doing things or do you have a real specific reason for that argument in this context/paradigm?

With regard to your other point, in aXML the only difference between <foo bar="moo"></foo> and <foo><bar>moo</bar></foo> Is that bar as an attribute will be available to the plugin in the hash of attributes found in $_[0], whilst as an internal tag it will be found in the tag data string $_[1] and have to be extracted manually by the plugin itself if it uses it. That is why the former is the preferred format for plugins which require certain input values to determine their output.


In reply to Re^10: 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.