1.

Is Judo Good For Templates?

Answer»

You have two WAYS to CREATE a templating system in Judo,

  1. For simple text REPLACEMENT, use the do ... as lines {} statement.
  2. You can define your own SGML format with tags, case-sensitively or INSENSITIVELY, and eaily create processing software with the do ... as sgml {} statement.

Another convenience is the Local Data mechanism, that you can attach a TEMPLATE right at the end of the script.

You have two ways to create a templating system in Judo,

Another convenience is the Local Data mechanism, that you can attach a template right at the end of the script.



Discussion

No Comment Found