[
Lists Home |
Date Index |
Thread Index
]
- From: "Steve Muench" <smuench@us.oracle.com>
- To: "David Brownell" <david-b@pacbell.net>
- Date: Sat, 29 Apr 2000 15:05:41 -0700
The Oracle XSQL Servlet uses the:
<?xml-stylesheet?>
mechanism and defaults to processing it on the server,
however via an additional pseudo-attribute on the PI,
it's possible to instruct the servlet to "leave it alone"
and pass the <?xml-stylesheet?> pi to the browser.
You can even do this in a user-agent-specific way so
all other browsers receive pages that are processed
server-side, while some new IE5+ or Netscape/Mozilla
combination will get served raw XML + the stylesheet PI
in place. Once IE5+ ships with XSLT 1.0 support, this
combination will be very interesting...
_________________________________________________________
Steve Muench, Consulting Product Manager & XML Evangelist
Business Components for Java Development Team
----- Original Message -----
From: "David Brownell" <david-b@pacbell.net>
To: "Paul Tchistopolskii" <paul@qub.com>; <xml-dev@xml.org>
Sent: Saturday, April 29, 2000 1:28 PM
Subject: Re: XSL Translations using Java Servlets / JSP
| > I'm not saying that there is no hypoteteical usecases when
| > you may realy like to use the 'standard' way of binding.
|
| Say, to offload the XSLT processing to the client in those
| cases where it can render it. It's a brand new model of
| how to use XML on the web! ;-)
|
| Surely there will be fully XSLT conformant browser addons,
| sometime before the end of this year.
|
| - Dave
|
| p.s. I seem to have touched a nerve, suggesting that one
| should so much as be able to use that standard. Odd.
|
|
|
| ***************************************************************************
| This is xml-dev, the mailing list for XML developers.
| To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
| List archives are available at http://xml.org/archives/xml-dev/
| ***************************************************************************
|
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|