Jon Stevens wrote:
> 
> > 2. It needs to have an XML input format - we must eat our own dogfood.
> 
> Anakia does that.

No, Anakia does not do that.  Yes it accepts XML source input, but not XML
style input:

<HTML>
  <BODY>
    Hello $customer.Name!
    <table>
    #foreach( $mud in $mudsOnSpecial )
      #if ( $customer.hasPurchased($mud) )
        <tr>
          <td>
            $flogger.getPromo( $mud )
          </td>
        </tr>
      #end
    #end
    </table>





Last I checked, that is not an XML style language.  Nor is it eating our
own dogfood: XSLT is an official standard.

S/MIME Cryptographic Signature

Reply via email to