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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: First experiences with XSL

[ Lists Home | Date Index | Thread Index ]
  • From: Sean Russell <ser@javalab.uoregon.edu>
  • To: xml-dev@ic.ac.uk
  • Date: Fri, 30 Jan 1998 21:33:20 +0000

Michael Kay wrote:

> I've now implemented the same thing without XSL: I wrote an MSXML
> application in Java that does a recursive walk down the document tree and
> calls a registered "handler" class to process each element type. I added a
> number of helper methods such as isFirstOfType() to allow the handlers to
> get information about their context more easily.
>
> Here is an example of one of the handlers (for the XML element tagged
> SPEECH):

I'm surprised that in a "developer" mailing list, no one has pointed out the
obvious: authoring a translator for every DTD is a one-to-one solution, with a
complexity of O(n*m).  This is fine if all you ever want to do is output to
HTML, and the only people who will want to change your layout are programmers
(rather than layout-designers).  What happens when you want to output to LaTeX,
or Postscript, or troff?  For every DTD you have to write a new translator.
What happens when the company graphic artists want to change the layout of the
web site?  They have to involve the software engineering department.

XSL (as pertains to the flow-layout characteristics thereof, and style sheet
solutions in general) are general solutions.  For every output format, you must
write only one translator.  For every DTD, you must write only one style sheet.
The complexity, therefore, is O(n+m), and you have the additional advantage that
your graphic designers can layout pages, rather than your programmers.

--
 |..      --------------------- Sean Russell ----------------------
<|>       ser@javalab.uoregon.edu <-> http://jersey.uoregon.edu/ser
/|\       ------- [           Software Engineer          ] --------
/|                [ PGP info available from my web site  ]




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