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
put..which you put into the response and send back. Thanks for any help. > -Original Message- > From: Christian Sell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 02, 2000 1:04 AM > To: Orion-Interest > Subject: Re: more question for xml,xsl in orion > > &g

RE: more question for xml,xsl in orion

2000-11-02 Thread Duffey, Kevin
get the JSP page output (in xml form) in a StringBuffer, it then would pass that string data along with the selected > -Original Message- > From: Christian Sell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 02, 2000 1:04 AM > To: Orion-Interest > Subject: Re: more q

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