If you can find a single example of such a document

Already been done. Say I want to output <db_select>&lt;&lab;</db_select> from a plugin I'm writing for other people to use. I can't.

I can't output <db_select> because it could interfere with another plugin.

I can't use <post_include>, because I have no idea where the plugin's user stores his templates.

And now I can't even use &lab; to mean "<" anymore because you just said it relies on other plugins that may or may be in use. If you misspoke and I can still use &lab; to mean "<", then I'm not able to output "&lab;".

As far as I can tell in 5 years of writing aXML documents specifying various complex systems,

Perl has 1000s of bugs in its RT system, yet people use Perl every day. That doesn't mean the bugs don't exist, and it doesn't mean they're not serious.

By the way, it's really stupid to try (but fail) to fix a bug then claim it doesn't exist.


In reply to Re^15: Is an aXML compiler possible? by ikegami
in thread Is an aXML compiler possible? 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.