OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: Template System Using XML

[ Lists Home | Date Index | Thread Index ]
  • From: "John Hicks" <cerium@ibm.net>
  • To: <Michael.Kay@icl.com>, <xml-dev@ic.ac.uk>
  • Date: Mon, 18 Jan 1999 13:51:39 -0800

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@ic.ac.uk
> Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
> To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
> (un)subscribe xml-dev
> To subscribe to the digests, mailto:majordomo@ic.ac.uk the
> following message;
> subscribe xml-dev-digest
> List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
>
>


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS