Re: error-page tag in web-xml question

2002-04-11 Thread Deniz Bocek
, simply it won't work) d. (on oc4j, a close relative of orion) -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di Jose Mena Inviato: mercoledì 10 aprile 2002 13.20 A: Orion-Interest Oggetto: error-page tag in web-xml question Hi, I'm trying to set

error-page tag in web-xml question

2002-04-10 Thread Jose Mena
Hi, I'm trying to set an error page in one of my web applications. To do this i have put this tag in the web.xml file: error-page error-code500/error-code location/error.html/location /error-page to catch all the 500 errors and redirect the user to an error page. It works when

R: error-page tag in web-xml question

2002-04-10 Thread daniele rizzi
as far as I know, no (don't know why, simply it won't work) d. (on oc4j, a close relative of orion) -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di Jose Mena Inviato: mercoledì 10 aprile 2002 13.20 A: Orion-Interest Oggetto: error-page tag in web-xml

RE: error-page tag in web-xml question

2002-04-10 Thread DORAN, GRANT
say that the error-page syntax above works and that JSPs can be used for certain. Grant Doran -Original Message- From: Jose Mena [SMTP:[EMAIL PROTECTED]] Sent: 10 April 2002 12:20 To: Orion-Interest Subject: error-page tag in web-xml question Hi, I'm trying to set an error

DTD and XML Validation

2001-10-16 Thread Juan Fuentes
Looking at the log files, we have realised that orion is downloading (from the same server) all DTD files referenced by XML files, while we are not validating XML files against DTDs. How could I disable this download? Thanks a lot

FYI: XML parsing and orion server woes solved

2001-07-10 Thread Simon Harris
I have discovered a neat way to have my cake and eat it too. The problem: Orion is configured (via an include in the jar file) to use crimson. Crimson doesn't support schema and adding xerces to the lib directory makes no difference at all. I didn't want to hack the orion.jar file as this

ORION + XML/XSLT + NS 4.72

2001-07-06 Thread Juan Fuentes
Hi all, I have a problem with XML and the XSLT translation. In some pages I get this error: --- Source XML Error: Stopping after fatal error: An invalid XML character

Re:JMS .xml files question

2001-06-29 Thread Tim Rickard
Queues and topics that are in the config/jms.xml dont have to be in the application-client.xml. I have not been able to create a factory in the config/jms.xml.

JMS .xml files question

2001-06-28 Thread Sanand Patel
Hello, I am new to Orion and am working through the JMS functionality and have written a new chat application modelled on JMSChat. (I compile and build the .jar files manually). Two questions: I did not create an orion-application-client.xml file and the application still works. What is the

xml/xslt exception

2001-06-23 Thread Ferdinand Tempel
Hi list, Recently, I've upgraded orion to version 1.5.2. I don't recall what my previous version was, but I think it was 1.5.0. In 1.5.0 I used cocoon as xslt processor to output html pages based on xml. Worked great, yet at some point (because I had some trouble with cocoon), I decided to work

RE: order of tags in xml configuration files

2001-06-14 Thread Yves Bossel
PROTECTED]] Sent: Wednesday, June 13, 2001 9:13 PM To: Orion-Interest Subject: order of tags in xml configuration files Group, This is just a heads-up. I don't see it referred to anywhere in the documents, but a bad tag order in the j2ee xml configuration tags or in the orion xml

order of tags in xml configuration files

2001-06-13 Thread elephantwalker
Group, This is just a heads-up. I don't see it referred to anywhere in the documents, but a bad tag order in the j2ee xml configuration tags or in the orion xml configuration tags can break an application. In particular, we often have to create orion-*.xml files for security or clustering

Re: order of tags in xml configuration files

2001-06-13 Thread Kesav Kumar
Adding to the following you can get all dtds which are used by orion are packaged in orion.jar. If you open the orion.jar using any zip utility you can see all the dtd files(sort by Type). Extract them and have a reference of these dtds for your comparision. I use XmlSpy for editing my XML

Re: Alternate XML parser

2001-05-29 Thread Steffen Stundzig
Hi Bryant, Bryant Bunderson [EMAIL PROTECTED] wrote: Does anyone know the correct way to get Orion to use the Xerces parser? I've deleted the crimson.jar, parser.jar and jaxp.jar and put the xalan.jar and xerces.jar in the orion root directory. Works fine for me. Regards Steffen...

RE: XML Schema

2001-05-25 Thread elephantwalker
Su, AFAIK xerces has support for xml schema (at least it was one of the first). Regards, the elephantwalker -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Su, YiSent: Thursday, May 24, 2001 10:52 PMTo: Orion-InterestSubject: XML

XML Schema

2001-05-24 Thread Su, Yi
Hi, the elephantwalker, Thank you for your suggestion. Could you also enlight me what Java packages available supporting XML Schema and XLL? Regards, Su Yi -Original Message-From: elephantwalker [mailto:[EMAIL PROTECTED]]Sent: Friday, May 25, 2001 12:54 PMTo: Orion

Alternate XML parser

2001-05-23 Thread Bryant Bunderson
Does anyone know the correct wayto get Orion to use the Xerces parser? We are using an embedded entity reference in our XML files which crimson complains about. We are trying to use Xerces to parse the files. We have tried putting the xerces.jar file in our application lib directory

RE: Alternate XML parser

2001-05-23 Thread Eric Knight
We have xerces.jar in /orion/lib and it seems to work just fine. Eric Knight chimps in diapers, now that's funny. -Original Message- From: Bryant Bunderson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 10:07 AM To: Orion-Interest Subject: Alternate XML parser Does anyone

RE: Alternate XML parser

2001-05-23 Thread Aaron Tavistock
. -Original Message-From: Bryant Bunderson [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 23, 2001 10:07 AMTo: Orion-InterestSubject: Alternate XML parser Does anyone know the correct wayto get Orion to use the Xerces parser? We are using an embedded entity reference in our XML files

Re: Understanding XML files

2001-05-04 Thread Stan Ng
Creating a quick and dirty jsp ++ However - many people have asked about quickly deploying a jsp in a default way. In this case you are probably best to modify the file application.xml that resides in /config/ with the other xml files. For really quick and dirty

Understanding XML files

2001-05-03 Thread SCOTT FARQUHAR
I'm still learning about this, but here's my attempt at a primer to understand how the xml files fit together. Please feel free to correct any omissions or inaccuracies. ~ Default-web-site.xml / web-site.xml +++ This represents

RE: Understanding XML files

2001-05-03 Thread Mike Cannon-Brookes
a summary of all the contributions under one doc on OrionSupport. Read on... -mike Subject: Understanding XML files I'm still learning about this, but here's my attempt at a primer to understand how the xml files fit together. Please feel free to correct any omissions or inaccuracies

Re: Understanding XML files

2001-05-03 Thread joey sark
YE Scott, this is just what I needed! THANX!!! SCOTT FARQUHAR [EMAIL PROTECTED] wrote: I'm still learning about this, but here's my attempt at a primer to understand how the xml files fit together. Please feel free to correct any omissions or inaccuracies

RE: MVC/XML Framework Comments please

2001-04-30 Thread Arved Sandstrom
. We are light (very light) on JSPs, because of other architectural decisions, so the responsibility of preparing a response is delegated to a self-contained service (couple of classes, really) that use a variety of parameters to assemble XML and then apply appropriate stylesheets. We use homegrown

Re: MVC/XML Framework Comments please

2001-04-30 Thread Daniel Lopez
to be writen by hand. You end up transforming your data from SQL to Java and then formatting it with JSP. As we were positive we were going to use Oracle, we developed a utility that allows us to write the data layer directly in PLSQL. This way if you specify the XML interface correctly, you can have

RE: MVC/XML Framework Comments please

2001-04-29 Thread Richard E. Sansom
. -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 11:53 AM To: Orion-Interest Subject: MVC/XML Framework Comments please We are bout to pick a a framework, and I am looking for are comments or recommendation on a frameworks, other than

RE: MVC/XML Framework Comments please

2001-04-29 Thread Vic Cekvenich
Title: RE: MVC/XML Framework Comments please Thanks everyone. I will first say that I have asked a similar question in 2 newsgroups and another mail list. The Orion Mail list gave 10 times more input and 10 times higher quality than any other mail list. Here is what I plan to recommend

Re: MVC/XML Framework Comments please

2001-04-28 Thread Joni Suominen
Cory Updyke wrote: My issue with XML/XSL transformations is this: My theory for the presentation tier is to keep it as simple as possible. Occasionally, you find a designer who has every right to be a engineer, but designs because they enjoy it. This person will scoff(sp?) at the simplicity

Re: MVC/XML Framework Comments please

2001-04-28 Thread Barnicle
PROTECTED] Date: Saturday, April 28, 2001 7:10 AM Subject: Re: MVC/XML Framework Comments please Cory Updyke wrote: My issue with XML/XSL transformations is this: My theory for the presentation tier is to keep it as simple as possible. Occasionally, you find a designer who has every right

Re: MVC/XML Framework Comments please

2001-04-27 Thread Daniel Lopez
servlet approach, we have a centralised servlet, driven by an XML file, that specifies XML/XSLT sources for any given path. However, most of the times we are not generating XML in Java, but directly from PLSQL. We think that EJB is too much/too painful to develop for most of our applications so we

RE: MVC/XML Framework Comments please

2001-04-27 Thread Cory Updyke
, is what are the needs of the system that is to be built. On one hand maintence is very important, but on the other hand, every abstraction hits performance. On one hand abstraction of content using XML is one of the most flexible ways to develop an internet application framework

RE: MVC/XML Framework Comments please

2001-04-27 Thread elephantwalker
Updyke Sent: Friday, April 27, 2001 10:05 AM To: Orion-Interest Subject: RE: MVC/XML Framework Comments please This may be off topic a little, but I am a little disheartened to see so many people disregarding EJB when considering a internet application framework. If you disregard transactions

RE: MVC/XML Framework Comments please

2001-04-27 Thread Michael A Third
:[EMAIL PROTECTED]]On Behalf Of elephantwalker Sent: Friday, April 27, 2001 2:12 PM To: Orion-Interest Subject: RE: MVC/XML Framework Comments please Cheers for Cory! Ejb is THE way to do persistance. By using EJB's properly, we make use of all of Orion's resource handling capabilities...and these guy's

RE: MVC/XML Framework Comments please

2001-04-27 Thread Jeff Schnitzer
interface between Java and XML (jsp? building dom nodes in java? something else?) ? Thanks, Jeff -Original Message- From: Jeff Schnitzer Sent: Friday, April 27, 2001 3:38 PM To: Orion-Interest Subject: RE: MVC/XML Framework Comments please I'm definitely interested in your framework

Re: MVC/XML Framework Comments please

2001-04-27 Thread mark kaseman
Title: MVC/XML Framework Comments please I would be interested in reviewing a copy of your mvc/xml framework. Thanks - Original Message - From: Duffey, Kevin To: Orion-Interest Sent: Thursday, April 26, 2001 5:39 PM Subject: RE: MVC/XML Framework Comments

RE: MVC/XML Framework Comments please

2001-04-27 Thread Gavin Thomas Nicol
an application: the architectures you'll choose are very different. You may be interested in a couple of papers I wrote a while ago: http://www.mind-to-mind.com/xml/articles/xslbeans/index.html I'm in the process (getting close to finished) with a prototype that provides real MVC using some of the ideas there.

MVC/XML Framework Comments please

2001-04-26 Thread Vic Cekvenich
Title: MVC/XML Framework Comments please We are bout to pick a a framework, and I am looking for are comments or recommendation on a frameworks, other than Struts. (Don't want to be HTML/JSP centric) Any feedback on your experience with a framework, or do you know of web sites

Re: MVC/XML Framework Comments please

2001-04-26 Thread Tim Endres
We do exactly what you propose. A servlet drives lightweight commands. The commands get XML trees containing the HttpServletRequest information, and fill in a subtree with the XML results. This tree is fed into XSLT and the resulting HTML is sent down the wire. I prefer it over JSP by miles. We

RE: MVC/XML Framework Comments please

2001-04-26 Thread elephantwalker
Title: MVC/XML Framework Comments please Vic, You've made so many early decisions that make any later decisions fait accompli. But here goes my comments. The most significant issue you can have is performance and portability. That is, can you easily make changes without breaking

Re: MVC/XML Framework Comments please

2001-04-26 Thread Trevor Squires
Tim, that sounds v.interesting. Forgive my ignorance but what toolkit are you using and what do you mean by precompile the XSL pages? Thanks, Trevor On Thu, 26 Apr 2001, Tim Endres wrote: We do exactly what you propose. A servlet drives lightweight commands. The commands get XML trees

RE: MVC/XML Framework Comments please

2001-04-26 Thread Duffey, Kevin
Title: MVC/XML Framework Comments please I use my own framework for a couple of sites, and have gotten feedback from others using it as well. Its only 15K in size, full source, its free to use, modify, etc. If your interested in it, send me an email. It supports xsl transformations

RE: MVC/XML Framework Comments please

2001-04-26 Thread Jeff Schnitzer
sophisticated options. My desire is for an MVC framework which generates XML. The XML would then be transformed with XSLT on the way out by a filter. Orion already does this transformation if your output is XML; take a look at $ORION_HOME/default-web-app/examples/xsl. So it really doesn't matter what

RE: MVC/XML Framework Comments please

2001-04-26 Thread Tim Endres
ahead of time. I'm not sure it's ultimately desirable to skip the Logic-Content step, although it would improve performance. Not quite. We use Logic (Session Beans/Commands) -- Content (XML) -- Presentation (XSL). We simply apply the XSLT transform ourselves, as opposed to having Orion do it, so

Re: MVC/XML Framework Comments please

2001-04-26 Thread Tim Endres
We rolled our own servlet for this. I found none of the existing frameworks to properly address what we needed. It is not a complicated thing to write. An XML config file specifies the commands that get executed for any given pathinfo. The command is tied to an XSL stylesheet, which processes

RE: MVC/XML Framework Comments please

2001-04-26 Thread Jeff Schnitzer
How do you integratecopy with dynamic content? Two layers of XSL transformation (one to mix in copy, one to mix in markup)? Or do you use JSP-type templating to build the Content XML before it is sent off to XSLT? Thanks, Jeff -Original Message- From: Tim

RE: Deployment xml files in ear file? If so, where?

2001-03-29 Thread Mike Cannon-Brookes
AM To: Orion-Interest Subject: Re: Deployment xml files in ear file? If so, where? Maybe I misunderstand, I thought orion will create orion-*.xml in the deployment area, if not supplied in the ear. If placed in the ear, Orion would only copy it to the application-deployment area. I did

Re: Deployment xml files in ear file? If so, where?

2001-03-26 Thread Hani Suleiman
You can place your orion-*.xml files alongside their *.xml counterparts. (eg, principals.xml and orion-application.xml alongside application.xml). Note though that if the application has already been deployed, then these files won't be copied over the existing ones. They're only used

Re: Deployment xml files in ear file? If so, where?

2001-03-26 Thread Tim Endres
Except for orion-ejb-jar.xml, which alone has its own place in app/orion/. tim You can place your orion-*.xml files alongside their *.xml counterparts. (eg, principals.xml and orion-application.xml alongside application.xml). Note though that if the application has already been deployed

RE: Deployment xml files in ear file? If so, where?

2001-03-26 Thread Mike Cannon-Brookes
-Interest Subject: Re: Deployment xml files in ear file? If so, where? You can place your orion-*.xml files alongside their *.xml counterparts. (eg, principals.xml and orion-application.xml alongside application.xml). Note though that if the application has already been deployed

Re: EJB values into xml attributes (a little off topic, I know)

2001-03-02 Thread Falk Langhammer
Hi Randahl, - Original Message - From: "Randahl Fink Isaksen" [EMAIL PROTECTED] XMLEscaper.escape(Book.getPreface()) for all the output you take from your beans and use to generate XML really sounds like a mess to me. While we are at it: If you just *have* to do this conve

RE: EJB values into xml attributes (a little off topic, I know)

2001-03-01 Thread Randahl Fink Isaksen
rion-Interest Subject: Re: EJB values into xml attributes (a little off topic, I know) You can use title as element not as attribut in your XML document. Then you can to use CDATA. Everything inside a CDATA section is ignored by the parser. poem title ![CDATA[ everything you want.. ]]

Re: EJB values into xml attributes (a little off topic, I know)

2001-03-01 Thread Falk Langhammer
!DOCTYPE doc [ !ENTITY "amp;" ] I do not think this is legal. (1) Recursive entitity declaration (2) amp; is predefined, is reserved as entity prefix. I do not think that You can redefine the XML grammar by defining "" or "" as entities. In summary, You do n

RE: EJB values into xml attributes (a little off topic, I know)

2001-03-01 Thread Randahl Fink Isaksen
. Having to use something like XMLEscaper.escape(Book.getPreface()) for all the output you take from your beans and use to generate XML really sounds like a mess to me. While we are at it: If you just *have* to do this conversion, why not do it when you put information into the beans rather than when

EJB values into xml attributes (a little off topic, I know)

2001-02-28 Thread Randahl Fink Isaksen
PROBLEM I have a question regarding taking properties from an EJB and generating XML output. To explain, here is an example of my problem: poem title = "%= myPoem.getTitle()" %= myPoem.getContents() % /poem Because title is an XML attribute I think special characters lik

Re: EJB values into xml attributes (a little off topic, I know)

2001-02-28 Thread orionEJB
You can use title as element not as attribut in your XML document. Then you can to use CDATA. Everything inside a CDATA section is ignored by the parser. poem title ![CDATA[ everything you want.. ]] /title /poem BaV RFI PROBLEM RFI I have a question regarding taking properties

Re: Examples of XML / XSLT

2001-02-21 Thread Fredrik Lindgren
There are some really good tutorials on XML, XSLT and XPATH at http://www.zvon.org/index.php?nav_id=tutorialsmime=html They have a lot of examples and also a web based interactive lab for testing different XSLT constructs on given XML sources. It is worth a visit and IMO a bookmark as well

Re: Examples of XML / XSLT

2001-02-20 Thread Ernst de Haan
Why would you need Orion if you want to have an introduction to XML and XSL/XSLT ? BTW: I don't know any good tutorials on XSLT. I just used an example XSLT stylesheet, written by Joseph, modified it, analyzed it, etc., until I figured out the idea. Then I used the XSL spec (at http://www.w3.org

Re: auto-deploying without editing config/*.xml

2001-02-06 Thread Ozzie Gurkan
file. Good luck, Ozzie Gurkan - Original Message - From: "James Manning" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Saturday, February 03, 2001 11:45 AM Subject: auto-deploying without editing config/*.xml I asked this once before as pa

RE: Error messages from Orion have invalid XML format - bug?

2001-02-05 Thread Juan Lorandi (Chile)
To: Orion-Interest Subject: RE: Error messages from Orion have invalid XML format - bug? Thanks for your reply JP. I am aware of this possibility, and I am certain that using Orion this way speeds up development. I guess my focusing on finding out about the deployment features has gotten

RE: Error messages from Orion have invalid XML format - bug?

2001-02-05 Thread Randahl Fink Isaksen
That was exactly the hint I needed, JP! It had crossed my mind, but I had not yet realised that defining an error page would enable me to give the errors the XML layout I want. - I have done this now, and it works the way I hoped it would. You have been a great help, JP - many thanks for your

RE: Error messages from Orion have invalid XML format - bug?

2001-02-04 Thread Juan Lorandi (Chile)
: Sbado, 03 de Febrero de 2001 8:05 To: Orion-Interest Subject: Error messages from Orion have invalid XML format - bug? My JSPs return XML which is transformed using XSL. When Orion locates syntax errors or encounters Exceptions it produces som HTML which contains the error message

Error messages from Orion have invalid XML format - bug?

2001-02-03 Thread Randahl Fink Isaksen
My JSPs return XML which is transformed using XSL. When Orion locates syntax errors or encounters Exceptions it produces som HTML which contains the error message AND some HTML markup which presents the error message. This Orion markup happens to contain standalone br tags. In case

auto-deploying without editing config/*.xml

2001-02-03 Thread James Manning
I asked this once before as part of another thread and didn't get an answer, so I'll try in a new thread :) The feature I like about jBoss the most is the auto-deploy directory where i can just drop in a .war/.ear/.jar and it gets deployed as per the xml files already in the file. From what

Entity Bean to XML

2000-12-04 Thread Fink, Paul
How can I marshal an entity bean into XML. I'm trying to use Castor and I can get it to work if I marshal a dependent object but how can I marshal the whole entity bean?

what shared on Web-Site XML exactly means?

2000-11-20 Thread Ismael Blesa Part
On the documentation I have found: "shared - Whether or not multiple bindings (different sites/context roots) are to be shared. Sharing implies sharing of sessions, servlet instances etc. The default is 'false'." But I would like to know how this works. Where could I specify which

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

2000-11-03 Thread Russ White
Kevin, Here is a simpler way to do this: 1) request comes to controller servlet. 2) controller makes url connection and get content from xml producing jsp. 3) controller then gets xsl from any other location (file, jsp, or db) 4) controller hands xml, and xsl to xalan directly (no servlet here

RE: orion-*.xml

2000-11-03 Thread Rick Bos
The other orion*.xml files seem to go in the same directory as their analogues, but the orion-ejb-jar.xml goes in an orion directory : ear/ejb/META-INF/ejb-jar.xml ear/ejb/orion/orion-ejb-jar.xml -Original Message- From: Gerald Gutierrez [SMTP:[EMAIL PROTECTED]] Sent: November 3

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

2000-11-03 Thread Rodrigo B. de Oliveira
Instead of opening a HTTP connection to get the XML content from the JSP, wouldn't be possible to execute the JSP directly from the servlet doing something similar to what jsp:include does? Maybe If you hand your own HttpServletResponse implementation out to the RequestDispatcher.forward method

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

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

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]: xml,xsl in orion K

Re[4]: xml,xsl in orion

2000-11-03 Thread Dylan Parker
Friday, November 03, 2000, 10:21:39 AM, you wrote: Ok..that sounds great. Now, how about an XSL example? :) Take a look at http://www.xmlinfo.com/uses/ at the bottom.. a list of sites that use XML behind the scenes and then some sort of transformation to produce HTML (possibly using XSLT

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

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: 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 output HTML

RE: more question for xml,xsl in orion

2000-11-02 Thread Juan Lorandi (Chile)
You may want to have a Filter (a special servlet) to acomplish the XSLT... In the jsp, in the @page tag, add a Content-Type="text/xml" or whatever your filter requires... you may also place inside the xml a xsl tag which refernces the xsl file you want applied (may be dinamically

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

2000-11-02 Thread Lawrence Sewell
I am able to view the file examples/xsl/data.xml via the servlet-chaining definition in config/global-web-application.xml file that performs a XSLT using examples/xsl/data.xsl - no problems, no errors, no log file entries. All other xml files in this directory (I also duplicated this file

Re[2]: xml,xsl in orion

2000-11-02 Thread Dylan Parker
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 currently working with this exact procedure, and you

orion-*.xml

2000-11-02 Thread Gerald Gutierrez
The documentation describes these orion-*.xml files as being Orion-specific descriptors, but does not say where one can put these files inside the EAR/JAR/WAR files. I'm guessing that they go along side the standard descriptors because the filenames are their analogues (e.g. ejb-jar.xml

Re: xml,xsl in orion

2000-11-01 Thread Johan Fredriksson
It depends on what you want to achieve with this. The easiest thing is to edit mime.types andchange the text/xml xml ent cat sty to text/html xml ent cat sty or move the xml entry to an existing text/html This will force internet explorer to display the xml - document properly

RE: xml,xsl in orion

2000-11-01 Thread Gopalani, Manoj
Hi friends, I was able to get the doc.xml working under IE, but Netscape(4.74) displays a blank page, although, it displays the XML source when I do the view source. Is it a know issue under Netscape? The other question is, I always thought that the conversion is being done

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 do

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

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 thebrowser will display the result in html instead of xml. Basically, I want to do the following

XML+XSL+Japanese Woes (and solution!)

2000-10-20 Thread Dylan Parker
Hello, all. Had a problem. Solved it. Now going to tell you about it =) Environment: Orion 1.3.8 using XML+JSP+XSL to generate HTML using XSLTServlet (from the old OrionSupport.com) with SAXON (and xerces/xalan whichever wasn't replaced) Problem: Japanese characters in an HTML form when passed

RE: displaying xml

2000-10-18 Thread Kemp Randy-W18971
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 17, 2000 2:09 PM To: Orion-Interest Subject: Re: displaying xml If Orion included documentation that was half as decent as their most excellent server then perhaps the volume of confused, didn't read the readme.txt file, newbie questions would decrease

RE: displaying xml

2000-10-17 Thread Joseph B. Ottinger
On Mon, 16 Oct 2000, Hani Suleiman wrote: Or how about a faq-o-matic? Seems ideal for this kind of thing. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Porfiriev Sergey Sent: Monday, October 16, 2000 8:33 PM To: Orion-Interest Subject: Re: disp

RE: displaying xml

2000-10-17 Thread Jim Archer
e- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Porfiriev Sergey Sent: Monday, October 16, 2000 8:33 PM To: Orion-Interest Subject: Re: displaying xml To Magnus Karl Avedal: it will be good idea to open "users contribution" topic at www.OrionServer.com http

FAQ-o-matic and OrionSupport (was Re: displaying xml)

2000-10-17 Thread Jason Rimmer
r 16, 2000 8:57 PM Subject: RE: displaying xml Or how about a faq-o-matic? Seems ideal for this kind of thing. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Porfiriev Sergey Sent: Monday, October 16, 2000 8:33 PM To: Orion-Interest Subject: Re: displaying

Re: displaying xml

2000-10-17 Thread Christian Sell
: Dienstag, 17. Oktober 2000 17:12 Subject: RE: displaying xml Or, of course, orionsupport.com, which I know at least two other people might be working on, and I'm considering reviving it myself. Although, honestly, the lack of self-starters here is rather annoying... "Why doesn't somebody EL

Re: displaying xml

2000-10-17 Thread Derek Akers
--On Tuesday, October 17, 2000 8:11 AM -0400 "Joseph B. Ottinger" [EMAIL PROTECTED] wrote: Although, honestly, the lack of self-starters here is rather annoying... "Why doesn't somebody ELSE do it" is a crappy way to go about development. Dude, honestly, thanks for your other (slightly more

Re: displaying xml

2000-10-17 Thread Joseph B. Ottinger
-Interest [EMAIL PROTECTED] Date: Dienstag, 17. Oktober 2000 17:12 Subject: RE: displaying xml Or, of course, orionsupport.com, which I know at least two other people might be working on, and I'm considering reviving it myself. Although, honestly, the lack of self-starters here is rather

Re: displaying xml

2000-10-17 Thread Joseph B. Ottinger
On Tue, 17 Oct 2000, Derek Akers wrote: --On Tuesday, October 17, 2000 8:11 AM -0400 "Joseph B. Ottinger" [EMAIL PROTECTED] wrote: Although, honestly, the lack of self-starters here is rather annoying... "Why doesn't somebody ELSE do it" is a crappy way to go about development.

Re: displaying xml

2000-10-17 Thread Miles Daffin
How about something like-a-this as well: http://www.c2.com/cgi/wiki?WikiWikiWeb - Original Message - From: Hani Suleiman To: Orion-Interest Sent: Tuesday, October 17, 2000 2:57 AM Subject: RE: displaying xml Or how about a faq-o-matic? Seems ideal

RE: displaying xml

2000-10-17 Thread Hani Suleiman
Title: RE: displaying xml I'd happily, gladly, and eagerly spend a day (or however long it takes) setting up Jyve (or any other J2EE compatible faq-o-matic module), if someone were willing to donate server space for it. Jyve sounds pretty decent as it's from java.apache.org (although I

Re: displaying xml

2000-10-17 Thread Miles Daffin
If Orion included documentation that was half as decent as their most excellent server then perhaps the volume of confused, didn't read the readme.txt file, newbie questions would decrease. Where are the bird's-eye view diagrams - server architecture, topology, relationships between xml files

displaying xml

2000-10-16 Thread Derek Akers
Hi all... I am trying to display the contents of an XML file to the screen, embedded inside a JSP page. That is, I want to include a header and footer on the page (for navigation purposes), with the XML in the middle. I want the text to be viewable literally (tags all), but I have been

Re: displaying xml

2000-10-16 Thread Troy E. Echols
Perhaps enclosing the xml in pre> /pre> will work. Troy Echols Derek Akers wrote: Hi all... I am trying to display the contents of an XML file to the screen, embedded inside a JSP page. That is, I want to include a header and footer on the page (for navigation purposes), with t

Re: displaying xml

2000-10-16 Thread Joseph B. Ottinger
Use the view taglibrary, attached. You can also see the in16 (jsptags) project on sourceforge. Usage: view:escapeBlah blah blah/view:escape On Mon, 16 Oct 2000, Derek Akers wrote: Hi all... I am trying to display the contents of an XML file to the screen, embedded inside a JSP page

Re: displaying xml

2000-10-16 Thread Derek Akers
Hi Troy, thanks, but I've already tried. the pre /pre tags do preserve the indentation of the XML, but do not allow for the displaying of tags for some reason. - Original Message - From: Troy E. Echols To: Orion-Interest Sent: Monday, October 16, 2000 5:09 PM

  1   2   >