Sorry folks, no Alpha release for a few more days. Instead I have taged the current source as pre-a-r1. You can download this version of the module from CVS if you wish...but it will contain broken and incomplete code.
After working so hard trying to get the algorithms right for the template engine using the xml_parse() method. I've decided to scrap that idea all together. I would ideally like to use the DOMxml functions to parse the template files, but this requres a special PHP setup. So I want to keep my core phpWebEngine as simple as possible to install. So I am going to investigate the use of xml_parse_into_struct. Which gives me a tree representation of an XML document in 2 seperate arrays. This should make my life a lot easier!!