Re[4]: xml,xsl in orion

2000-11-03 Thread Dylan Parker
accessing your site with (depending on what you support) and then setting the XSL file within the JSP/XML appropriately. > Incidentally..do you have any example URLs that I can look at..to see what > XSL output has done for your site? Not of our site right now... we don'

RE: Re[2]: xml,xsl in orion

2000-11-03 Thread Duffey, Kevin
Incidentally..do you have any example URLs that I can look at..to see what XSL output has done for your site? Thanks. > -Original Message- > From: Russ White [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 03, 2000 4:31 AM > To: Orion-Interest > Subject: RE: Re[2]: x

RE: xml,xsl in orion

2000-11-03 Thread Jan Tye
Manoj, You can convert xml/xsl to html with products from Apache, DataChannel and others. This would make the process browser independant. On the other hand, the use of xml/xsl/xql enables a more functional user interface than using html. These standards will be more widely supported in the

Re[4]: xml,xsl in orion

2000-11-03 Thread Dylan Parker
Thursday, November 02, 2000, 7:00:25 PM, you wrote: > If you don't mind I would like to ask you a question or two.. That's what it's all about! =) > How exactly is the XSL, XML output of a JSP (using text/xml) being passed to > the XSLT engine (servlet I assume), and then how is your code retur

Re: Re[2]: xml,xsl in orion

2000-11-03 Thread Rodrigo B. de Oliveira
AIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, November 03, 2000 10:31 AM Subject: RE: Re[2]: xml,xsl in orion > Kevin, > > Here is a simpler way to do this: > > 1) request comes to controller servlet. > 2) controller makes url connection and g

RE: Re[2]: xml,xsl in orion

2000-11-03 Thread Russ White
to:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin > Sent: Thursday, November 02, 2000 10:00 PM > To: Orion-Interest > Subject: RE: Re[2]: xml,xsl in orion > > > If you don't mind I would like to ask you a question or two.. > > How exactly is the XSL, XML output of a JSP

RE: Re[2]: xml,xsl in orion

2000-11-02 Thread Duffey, Kevin
e the path/filename of the xsl text and that engine loads it. Thanks. > -Original Message- > From: Dylan Parker [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 02, 2000 5:13 PM > To: Orion-Interest > Cc: Orion-Interest > Subject: Re[2]: xml,xsl in orion > >

Re[2]: xml,xsl in orion

2000-11-02 Thread Dylan Parker
at would > make more sense and make the process browser independent. > I am very sure that I am missing something here. I am not sure what. I would > definetly appreciate some help > on this. > Thanks, > Manoj Hello everybody attempting the JSP=>XML=>XSL process. We are curr

Failed to initialize chaining servlet for contenttype text/xml (xsl)

2000-11-02 Thread Lawrence Sewell
data2.xml) generate the error: 500 Internal Server Error Failed to initialize chaining servlet for contenttype text/xml (xsl) and the following error is in the global-application.log: 11/2/00 5:30 PM defaultWebApp: Error initializing servlet java.lang.NoClassDefFoundError: org

RE: more question for xml,xsl in orion

2000-11-02 Thread Juan Lorandi (Chile)
generated, based on any criteria, say, user-agent, URI extension, etc.) -Original Message- From: Duffey, Kevin [mailto:[EMAIL PROTECTED]] Sent: Jueves, 02 de Noviembre de 2000 15:18 To: Orion-Interest Subject: RE: more question for xml,xsl in orion OK...I didn't get to finish because so

RE: more question for xml,xsl in orion

2000-11-02 Thread Duffey, Kevin
OK...I didn't get to finish because some stupid key I hit sent my email out..sorry..I'll finish in this one.. I am about to dive in to XML, XSL and all that good stuff soon. My understanding is that you would want the JSP page to return XML, then apply XSL via an XSLT engine to outpu

RE: more question for xml,xsl in orion

2000-11-02 Thread Duffey, Kevin
I am about to dive in to XML, XSL and all that good stuff soon. My understanding is that you would want the JSP page to return XML, then apply XSL via an XSLT engine to output HTML. To make JSP return XML you just add a tag at the start of the JSP page..I forget what it is. The main thing to

RE: xml,xsl in orion

2000-11-02 Thread Gopalani, Manoj
sure that I am missing something here. I am not sure what. I would definetly appreciate some help on this. Thanks, Manoj -Original Message- From: "Jan Tye" [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 3:58 PM To: "Orion-Interest" Subject: RE: xm

Re: more question for xml,xsl in orion

2000-11-02 Thread Christian Sell
>I have a XML with data and XSL with the layout information AND JSP Java code in it. How can I tell orion to: >1. Put XML and XSL together and output JSP. >2. Then compile the JSP output to html. > >I can get XML and XSL to merge together but the JSP compiler will not compiler the JSP output. For

more question for xml,xsl in orion

2000-11-01 Thread Terence Kwan
I have a XML with data and XSL with the layout information AND JSP Java code in it. How can I tell orion to: 1. Put XML and XSL together and output JSP. 2. Then compile the JSP output to html. I can get XML and XSL to merge together but the JSP compiler will not compiler the JSP output. For exa

Re: xml,xsl in orion

2000-11-01 Thread thm
Hello, I have tested DocZilla alpha version 3 from the Mozilla - Netscape project, ( http://www.mozilla.org) there are some bugs but it is an excellent tools for XML/XSL browser, ThM information document [EMAIL PROTECTED] http://www.idocw.com Jan Tye a écrit : > The Netscape 4.xx browsers

RE: xml,xsl in orion

2000-11-01 Thread Jan Tye
ook so, because I can see the XML >document when I do 'View Source'. > Would appreciate some feedback on it. >Thanks, >Manoj > > >-Original Message- >From: "Johan Fredriksson" [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, November 01, 2000 3

RE: xml,xsl in orion

2000-11-01 Thread Gopalani, Manoj
To: "Orion-Interest" Subject: RE: xml,xsl in orion It depends on what you want to achieve with this. The easiest thing is to edit mime.types and change the text/xmlxml ent cat sty to text/htmlxml ent cat sty or move the xml entry to an existing text/html Thi

Re: xml,xsl in orion

2000-11-01 Thread Johan Fredriksson
the xml - document properly. - Original Message - From: Terence Kwan To: Orion-Interest Sent: Wednesday, November 01, 2000 7:33 AM Subject: xml,xsl in orion I am trying out the examples/xsl/data.xml demo. However, the browser think the returned stream is

xml,xsl in orion

2000-10-31 Thread Terence Kwan
I am trying out the examples/xsl/data.xml demo. However, the browser think the returned stream is xml instead of html.  How can I set the return stream type to html for xml file? So the browser will display the result in html instead of xml.    Basically, I want to do the followin

XML+XSL+Japanese Woes (and solution!)

2000-10-20 Thread Dylan Parker
assed to a servlet in Orion (and then put into a database) were garbled. Solution: I read in the FAQ about setting the default-charset in the orion-web.xml file.. but when we set this (to UTF-8) the whole xml+xsl chain broke down... but sometimes it DIDN'T break down and it would work... T

RE: Problem with jsp:include and path of Xml,xsl source files

2000-09-15 Thread Joe Walnes
context.getRealPath("/template/nav.xml") >Can someone shed light on why orion is looking in the root >folder for the xml and xsl files.Can i change the location. When calling the XSLTInputSource(String fileName) constructor, a file is opened using the standard java.io.File class which is relativ

Problem with jsp:include and path of Xml,xsl source files

2000-09-15 Thread karthikeyan.b
Hi All,   I am transforming an xml document to an html document using lotus xsl parser and an xsl stylesheet.My orion server version is 1.2.9 on windows 2000. The code that i use is <%@ page import="org.apache.xalan.xpath.XPathException"%><%@ page import="org.apache.xalan.xslt.XSLTInputSourc

turning off XML XSL verification/processing in orion.

2000-08-11 Thread Peter Dunn
I am trying to port a web application to Orion.  The application does the xml/xsl transformation in the web browser.  When I attempt to serve up an XML page to a browser I get the following error:   Source XML Error: Error in C:\orion\default-web-app\xml\User.xml at line 3: Processing

RE: XML / XSL

2000-07-10 Thread David Middleton
er Sent: 10 July 2000 01:45 To: Orion-Interest Cc: Orion-Interest Subject: Re: XML / XSL Dale, see global-web-application.xml, where and are set. It's not only .xml, but MIME type text/xml that get passed to the XSL servlet. On Sun, 9 Jul 2000, Dale Bronk wrote: > I looked at the sam

Re: XML / XSL

2000-07-09 Thread Joseph B. Ottinger
Dale, see global-web-application.xml, where and are set. It's not only .xml, but MIME type text/xml that get passed to the XSL servlet. On Sun, 9 Jul 2000, Dale Bronk wrote: > I looked at the sample xml / xsl pages that come with Orion. They work fine, but >what I can't se

XML / XSL

2000-07-09 Thread Dale Bronk
I looked at the sample xml / xsl pages that come with Orion.  They work fine, but what I can't seem to figure out is how.   I see that if I browse to doc.xml in the samples then it specifies doc.xsl.  I also see the if I browse to doc.jsp, then that is simply a xml file built via js

Re: weird caching behavior with xml/xsl

2000-03-03 Thread Joe Walnes
>I'm experimenting with XML/XSL and OrionServer and experiencing weird >caching behavior. I have "quote.xml" which references "quote.xsl". I can >access quote.xml from a browser and Orion gives me the transformed version, >as expected. If I make a change t

weird caching behavior with xml/xsl

2000-03-02 Thread Brien Voorhees
I'm experimenting with XML/XSL and OrionServer and experiencing weird caching behavior. I have "quote.xml" which references "quote.xsl". I can access quote.xml from a browser and Orion gives me the transformed version, as expected. If I make a change to quote.xml