|
XMLgate servlet 1.5 It is a generic Java servlet that uses XSLT to provide
final content from the given XML source and associated XSL stylesheet. You have to provide
for this servlet a configuration file, where you can describe your XML data,
XSL stylesheets and business rules how to proceed requests. Rules are parameterized by
parameters from request`s header (User-Agent and Accept). In other words
each rule looks like: "if User-Agent is ... then use this XML data with
this XSL stylesheet" or "if client accepts such content-type then use
this XML data with this XSL stylesheet".
So for example depending on incoming request XMLgate can convert XML source into specific content (WML,HTML etc.) viewable for the device
raised this request. Try It Out: http://www.servletsuite.com/servlets/xmlgate.htm
|