|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Template System Using XML
Hi Michael: You wrote: > As for a templating mechanism, I don't know the answer. Most of > the ways of producing HTML from XML are data-driven rather than > display-driven, i.e. you say "do XYZ to display this data" > rather than "at this place in the output page, put data XYZ". > There's a shortage of tools that are really simple for > non-programmers to use. We have used XMLServlet for a similar purpose on several large database websites. XMLServlet derives from our own experience building those sites. It reads XML and matching database tables and combines them into live HTML for delivery to a browser. It doesn't require XML at the browser, or on the client side. XMLServlet can talk to any browser. As you specified, XMLServlet keeps database logic and webpage layout separate. We found that other tools today mingle and entangle the two for most of the duration of a long project. Ideally, your database logic and your page design don't cross until runtime, and don't cross anywhere except in the XML. Database differences and webpage differences show up in the XML, not in the servlet. For new databases and new interfaces, you adapt the XML, not the servlet. Edit, not compile. A great many members of your development team who will never write a Java servlet can "program" XMLServlet with XML. You could also have a look at our article in JRun Magazine, January (http://jrunmag.com). Or contact me if I can help. John Hicks Cerium Component Software Build Your Database Website with Our XML Team or Tools XML Outline | XML DB | XML Servlet 212-662-3982 | 888-742-8989 http://ceriumworks.com > > Mike Kay > > xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... > Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ > To (un)subscribe, mailto:majordomo@i... the following message; > (un)subscribe xml-dev > To subscribe to the digests, mailto:majordomo@i... the > following message; > subscribe xml-dev-digest > List coordinator, Henry Rzepa (mailto:rzepa@i...) > > xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








