liquidws - 08 July 2008 02:17 PM
i would love to be able to give my clients the ability to NOT have to access an xml file and make changes on that directly. but i would definitely need a tutorial or guidance an how to accomplish this in the manner you are referring to.
Let me repeat: it really does not make much of a difference whether you output XHTML or XML, although your template will, of course, be different. EE is not a page-based CMS like you might perhaps be used to; rather, it is article based. Conceptually, there is little difference between outputting the titles and bodies of the latest 10 weblog entries, or 10 other custom fields.
where would the template with the EE’s custom fields reside? it would be accessed threw the CMS? password protected?
Every page EE generates is based off a template. They can be acessed via your control panel, and are stored in the database. You can restrict which member group has access to which template, yes.
are you saying that i could create a custom template form that my clients would access the backend and imput text into, which would then change the xml file, so that on the frontend the flash file could display this info?
Yes, that would work. Your client could either use the regular backend to do that, or use a custom Stand Alone Entry Form (basically an HTML form) to submit an “article”, and your template would pull the information out of that article to create the XML file on the fly, as it were.
So, here’s my advice: Download EE Core, and start working through one of the turorials. Start with HTML, the principle is the same, really.