[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XML to HTML Conversion Tools

Subject: RE: XML to HTML Conversion Tools
From: Mike Dierken <mike@xxxxxxxxxxxxxxx>
Date: Fri, 26 Mar 1999 09:29:33 -0800
xml to html conversion tool
Kurt,
Typically the behavior of web servers can be extended in two ways:
Filter - receive & process each & every web transaction (kind of like
subclassing)
Extension - take over a sub-tree of the URL namespace

Different web servers have different ways of doing these. There are some
nice, fairly standard ways of doing an extension - specifically Java
Servlets. I don't know if there are standard ways of doing filters.

If performance or scalability become a concern, you will probably get into a
caching scheme at some point. Using existing technology (caching proxies,
etc.) is probably a good idea, and so you may want to check into how they
work & consider that in your design.

Also, you might want to think about a more flexible way of returning HTML
when the client asks for XML. The HTTP protocol has a mechanism for the
client to specify its preferred media format. You might want to check the
'Accept' header & look for 'text/xml' or 'text/html' and return the
appropriate type. This way, a client could get to the XML by specifying
'text/xml' if that is what it really wanted.

Mike D
DataChannel

PS, 
If you are considering Java based server side XSL processing, DataChannel
has an XSL processor that you can evaluate:
http://www.datachannel.com/xml_resources/

-----Original Message-----
From: Kurt Donath [mailto:kurt.donath@xxxxxxxx]
Sent: Wednesday, March 24, 1999 7:34 AM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: XML to HTML Conversion Tools



I'm part of a team looking for feedback on tools that convert XML to
HTML at the server.  We want to be able to tell the server that any file
with .xml should be converted and returned as HTML.  The tool should be
able to use XSL as part of the conversion.  We've used DocProc - which
seems to work well - and we're trying to figure out what other options
there are.  Any feedback on what people are using or where to goto find
out more information would be appreciated.


-- 
Kurt Donath
315.456.6276
Staff Systems Engineer
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
                       Lockheed Martin - Enterprise Information Systems
                                          Systems Engineering / Webserv


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.