Interesting, want some feedback?
- Not happy about your repeated use of evaluate in the base object
- have you created any real world HTML pages using this?
I would be interested to see how much code is required to generate a complex
html page


-----Original Message-----
From: Martin Orth [mailto:[EMAIL PROTECTED]
Sent: 06 July 2005 11:11
To: CF-Talk
Subject: cfxhtmlbeans: new project at cfopen.org


FYI



The cfxhtmlbeans project basic parts are a ColdFusion code generator and a
xHTML schema parser.

For each xHTML elemement(html tag) within the schema the generator creates a
CFC with the name

of the element. eg. table.cfc for the element table. This allows seperation
of business logic and display

logic within normal CF templates. eg. generate an instance of the html
object and place a head instance

inside and a meta instance inside the the head, and so on. At the end of the
page request you can still

manipulate the head section and then call the render method of the html
object to output fine html code.

The predefined string object allows you to add non object based flat html
code

to your object instances.



 <http://cfopen.org/projects/cfxhtmlbeans/>
http://cfopen.org/projects/cfxhtmlbeans/



Some things still missing because it's alpha: I am not sure about the object
architecture. eg. Handling

object instances internaly. This still needs discussion. I plan to add
javascript like DOM functions.





Please spread the word.

Any comments? [EMAIL PROTECTED]











~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211235
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to