Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: RXP

From: lmecir::mbox::vol::cz at: 18-Mar-2003 11:35

Hi Maarten,
> http://www.rebolforces.com/~erebol/rxp.zip > > Basically a patched and slightly improved RWT. > Documented and bundled, LGPL licensed, very good server page technology. > I integrated DocKimbels mysql driver to add competition for PHP ;-) > > I'll be on a long break, so enjoy. > > --Maarten > [ who found closure w/r the original erebol ]
yes, RXP look quite promising. you wrote: ... "locals in a function and/or context/object are not accessible..." This can be cured easily IMO. (I will have a look) ...How do I create a template that includes <%" and/or "%>" as normal text?" How about using entities like: <!ENTITY ltp "&#60;%"> <!ENTITY pgt "%&#62;"> Thanks. -L