in reply to Re^17: aXML vs TT2
in thread aXML vs TT2

No. Where did you get that idea from?

If you create an aXML file and enter into it the following, exactly as it appears here:

Rock & Roll

You will see in your browser displayed :

Rock & Roll

It really is as simple as that.

Replies are listed 'Best First'.
Re^19: aXML vs TT2
by ikegami (Patriarch) on Oct 23, 2011 at 05:34 UTC

    No. Where did you get that idea from?

    From Re^12: aXML vs TT2 (Solution 3). It implies that "Rock & Roll" produces "Rock & Roll" (which is invalid XML). Now you tell me that's not the case. Could you fill in the blanks in the following table so I can understand.

    In aXML templateOutput by aXMLReference
    &lt;<Re^12: aXML vs TT2 (Solution 3)
    &gt;>Re^12: aXML vs TT2 (Solution 3)
    &amp;&amp;Re^18: aXML vs TT2
    ???&gt;
    ???&lt;
    ???&
      In aXML Template Output by aXML
      &lt; &lt;
      &gt; &gt;
      &amp; &amp;
      &lb; (
      &rb; )
      &lsb; [
      &rsb; ]

      As in... all data passes through unaltered, unless the parser recognises it as a valid tag to be processed, or it is one of the 4 extra specials needed to output aXML fragments without processing them.

        Earlier, you said "&lt;db_select&gt;" outputs "<db_select>", but now you say it outputs "&lt;db_select&gt;".

        So how do I output "<db_select>" if db_select is a plugin? What about outputting "&lt;db_select&gt;"?