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

Looking for volunteers to join your project? Need help with a script but can't afford to pay? Want to offer your services as a volunteer to build up your portfolio? This is the place for you...

Moderator: General Moderators

Post Reply
devosc
Forum Newbie
Posts: 4
Joined: Thu Jan 12, 2006 4:26 pm

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

Post 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.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post 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 :)
devosc
Forum Newbie
Posts: 4
Joined: Thu Jan 12, 2006 4:26 pm

Post 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';
Post Reply