Page 1 of 1

cTag xml/html template, feedback, help, suggestions etc

Posted: Sun Jan 15, 2006 12:38 pm
by devosc
http://ctag.sourceforge.net/

I've developed a little standalone templating engine that parses xml/html into cached php scripts.

Since I've been working on this on my own I would like to try and get some feedback, or even actual usage.

I use it for my own stuff, so it currently reflects functionality as needed.

It is intended for php4.

Anway, its there to be used etc.

Posted: Sun Jan 15, 2006 1:22 pm
by timvw
The name confuses me with http://ctags.sourceforge.net/...

I lack the time to give your work a good tryout right now, but at first sight it looks a lot like jsp (with the logic taglib).. I think your biggest competitor will be WACT_template stuff :)

Posted: Sun Jan 15, 2006 1:42 pm
by devosc
Yeah I think soruceforge should warn if project names are similiar I had no idea at the time.

The wact template stuff doesnt/or didnt seem to be a standalone library, i.e. I got the impression that it will only work out of the box with their framework.

Code: Select all

require WACT_ROOT . 'util/dataspace.inc.php';