RE: XML/XSL/Struts Architecture

2001-07-12 Thread O'Reilly John
on the look and feel. -Original Message- From: Mahesh Bhagia [SMTP:[EMAIL PROTECTED]] Sent: 11 July 2001 17:33 To: [EMAIL PROTECTED] Subject: RE: XML/XSL/Struts Architecture Hi John, So you mean that there are 2 XML's respresenting data and other respresenting error

RE: XML/XSL/Struts Architecture

2001-07-12 Thread Mahesh Bhagia
/XSL/Struts Architecture What I did to handle the XML data was write some taglibs that accessed XML data via XPath. I also wrote a taglib that will perform an XSL transformation and include the resulting output to a JSP I think that's a viable solution; some in our company have considered

RE: XML/XSL/Struts Architecture

2001-07-11 Thread O'Reilly John
. Regards, John -Original Message- From: Mahesh Bhagia [SMTP:[EMAIL PROTECTED]] Sent: 10 July 2001 17:24 To: Apache Struts (E-mail) Subject: XML/XSL/Struts Architecture Hi, In our application, we are using XML/XSL to generate JSP and plan to use Struts for submitting data

RE: XML/XSL/Struts Architecture

2001-07-11 Thread Mahesh Bhagia
:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 4:42 AM To: '[EMAIL PROTECTED]' Subject: RE: XML/XSL/Struts Architecture Hi Mahesh, We have started using Struts for an application that uses XSP/XML/XSL (using Cocoon). Instead of specifying a JSP page in the struts configuration file we specify

RE: XML/XSL/Struts Architecture

2001-07-11 Thread Greg Reddin
it to JSP. -Original Message- From: [EMAIL PROTECTED] at INTERNET Sent: Wed 7/11/2001 3:41 AM To: Reddin, Greg; [EMAIL PROTECTED] at INTERNET Cc: Subject: RE: XML/XSL/Struts Architecture Hi Mahesh, We have started using Struts for an application that uses XSP/XML/XSL (using Cocoon

RE: XML/XSL/Struts Architecture

2001-07-11 Thread O'Reilly John
to display (if it exists) this error information as it sees fit. -Original Message- From: Mahesh Bhagia [SMTP:[EMAIL PROTECTED]] Sent: 11 July 2001 15:11 To: [EMAIL PROTECTED] Subject: RE: XML/XSL/Struts Architecture Thanks John, How you do go about doing error checking with XML

RE: XML/XSL/Struts Architecture

2001-07-11 Thread Meeraj Kunnumpurath
:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 4:42 AM To: '[EMAIL PROTECTED]' Subject: RE: XML/XSL/Struts Architecture Hi Mahesh, We have started using Struts for an application that uses XSP/XML/XSL (using Cocoon). Instead of specifying a JSP page in the struts configuration file we specify

RE: XML/XSL/Struts Architecture

2001-07-11 Thread Mahesh Bhagia
to display (if it exists) this error information as it sees fit. -Original Message- From: Mahesh Bhagia [SMTP:[EMAIL PROTECTED]] Sent: 11 July 2001 15:11 To: [EMAIL PROTECTED] Subject: RE: XML/XSL/Struts Architecture Thanks John, How you do go about doing error checking with XML

RE: XML/XSL/Struts Architecture

2001-07-11 Thread Mahesh Bhagia
Hi Greg, we are planning to use XSL because structure of HTML forms will differ on client basis. -Original Message- From: Greg Reddin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 10:16 AM Subject: RE: XML/XSL/Struts Architecture Using XSL, you can recreate the majority

RE: XML/XSL/Struts Architecture

2001-07-11 Thread Matt Raible
:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 3:11 PM To: [EMAIL PROTECTED] Subject: RE: XML/XSL/Struts Architecture Thanks John, How you do go about doing error checking with XML. so you use pattern method mechanism as per article form javaworld Strut your stuff with JSP tags

Re: XML/XSL/Struts Architecture

2001-07-11 Thread Calvin Yu
PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 12:34 PM Subject: RE: XML/XSL/Struts Architecture Hi Greg, we are planning to use XSL because structure of HTML forms will differ on client basis. -Original Message- From: Greg Reddin [mailto:[EMAIL PROTECTED]] Sent: Wednesday

Re: XML/XSL/Struts Architecture

2001-07-11 Thread Calvin Yu
: Greg Reddin [EMAIL PROTECTED] Cc: recipient list not shown: Sent: Wednesday, July 11, 2001 10:16 AM Subject: RE: XML/XSL/Struts Architecture Using XSL, you can recreate the majority of what the taglibs do. However, that begs the question of why you would use XSL in the first place. I've

XML/XSL/Struts Architecture

2001-07-10 Thread Mahesh Bhagia
Hi, In our application, we are using XML/XSL to generate JSP and plan to use Struts for submitting data from HTML forms. Has anyone used / know if this architecture works. my thinking is ( correct me if wrong ) , we will not be able to use tag libraries coz of XML/XSL combination for generating