Re: xml-xslt v jsp

2002-05-16 Thread Steve Muench
| And just for reference: | | Brett Mclaughlin, Java and XML (O'Reilly, 2001) | Eric Burke, Java and XSLT (O'Reilly, 2001) | Michael Kay, XSLT, 2d ed. (Wrox, 2001)-considered the bible of XSLT If people are using XML and XSLT together with Oracle databases, my Building Oracle XML Applications

RE: xml-xslt v jsp

2002-05-14 Thread Greg.Reddin
isn't teaching a designer XSLT to modify a schema into HTML easier than teaching them to not break your java code inside of a jsp? No, it's not. XSLT *is* a programming language and you have to know XPath to really do anything practical with XSLT. I would never try to teach designers XSLT

RE: xml-xslt v jsp

2002-05-14 Thread Tandon, Pankaj
Can you please explain WHY server side XSL transforms shd be more of a performance (resource) hog than client side? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 10:36 AM To: [EMAIL PROTECTED] Subject: RE: xml-xslt v jsp

new tag request html:xslt - was : xml-xslt v jsp

2002-05-14 Thread Kevin . Bedell
PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: RE: xml-xslt v jsp isn't teaching a designer XSLT to modify a schema into HTML easier than teaching them to not break your java code inside of a jsp? No, it's not. XSLT *is* a programming language and you have to know XPath

RE: xml-xslt v jsp

2002-05-14 Thread Kevin . Bedell
Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: RE: xml-xslt v jsp Can you please explain WHY server side XSL transforms shd be more of a performance (resource) hog

Re: new tag request html:xslt - was : xml-xslt v jsp

2002-05-14 Thread Kevin . Bedell
Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: new tag request html:xslt - was : xml-xslt v jsp A more fundamental issue here is that this only really addresses the view of the MVC architecture

RE: xml-xslt v jsp

2002-05-14 Thread Greg.Reddin
. The same type of system performed much better under JSP. There was simply less processing involved. -Original Message- From: Tandon, Pankaj [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 9:43 AM To: 'Struts Users Mailing List' Subject: RE: xml-xslt v jsp Can you please explain

RE: xml-xslt v jsp

2002-05-14 Thread Greg.Reddin
where we had pretty good control over the browser environment. That's the only case I would recommend that. Greg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 9:40 AM To: Struts Users Mailing List Subject: RE: xml-xslt v jsp

Re: new tag request html:xslt - was : xml-xslt v jsp

2002-05-14 Thread Kevin . Bedell
Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: new tag request html:xslt - was : xml-xslt v jsp Now that I look at this - I like this 3rd use case even better: 3. allow xml to be specified in-line. Tag then transforms against xsl specified

RE: new tag request html:xslt - was : xml-xslt v jsp

2002-05-14 Thread Lisa van Gelder
PROTECTED]] Sent: 14 May 2002 16:42 To: Struts Users Mailing List Subject: Re: new tag request html:xslt - was : xml-xslt v jsp Hmm Thought I was sooo smart. The JSTL already provides this http://jakarta.apache.org/taglibs/doc/xsl-doc/xsl-1.0/index.html FWIW - Kevin [EMAIL

RE: xml-xslt v jsp

2002-05-14 Thread Craig R. McClanahan
On Tue, 14 May 2002 [EMAIL PROTECTED] wrote: Date: Tue, 14 May 2002 10:13:00 -0500 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: xml-xslt v jsp I aggree that it's very difficult to debug and is non-portable, but our

RE: xml-xslt v jsp

2002-05-13 Thread Andrew
: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 3:08 PM To: 'Struts Users Mailing List' Subject: RE: xml-xslt v jsp I don't know much about Cocoon, but anytime you have to parse and transform, it's going to take time. XML - XSLT - HTML is done a lot in the ASP world

RE: xml-xslt v jsp

2002-05-13 Thread Robert J. Sanford, Jr.
munged together from multiple posts... 1) The development of the XSLT will be done by whom? Normally you want to separate the presentation from the development. XSLT is a very strong tool but can be considered almost a programming language. So you either teach web designer's XSLT, or you

RE: xml-xslt v jsp

2002-05-13 Thread Andrew
Message- From: Stout, Kenneth [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 3:10 PM To: 'Struts Users Mailing List' Subject: RE: xml-xslt v jsp There are a couple of issues (OK, I will only bring up a couple). 1) The development of the XSLT will be done by whom? Normally you want

xml-xslt v jsp

2002-05-10 Thread @Basebeans.com
Subject: xml-xslt v jsp From: jisv [EMAIL PROTECTED] === Just wondering what people's thoughts are on using XML pages that have XSLT applied to them to display html pages rather than using JSP's. I read an article recently that outlined this particular idea, apparently to even more separate

RE: xml-xslt v jsp

2002-05-10 Thread James Mitchell
v jsp Subject: xml-xslt v jsp From: jisv [EMAIL PROTECTED] === Just wondering what people's thoughts are on using XML pages that have XSLT applied to them to display html pages rather than using JSP's. I read an article recently that outlined this particular idea, apparently to even more

RE: xml-xslt v jsp

2002-05-10 Thread Galbreath, Mark
between disparate systems. Mark -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 4:07 PM To: Struts Users Mailing List Subject: RE: xml-xslt v jsp I also posted a what do you think about cocoon question a week or so ago.and still haven't

RE: xml-xslt v jsp

2002-05-10 Thread Robert
:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 3:08 PM To: 'Struts Users Mailing List' Subject: RE: xml-xslt v jsp I don't know much about Cocoon, but anytime you have to parse and transform, it's going to take time. XML - XSLT - HTML is done a lot in the ASP world (I worked on such a project last

RE: xml-xslt v jsp

2002-05-10 Thread Stout, Kenneth
12:55 PM To: [EMAIL PROTECTED] Subject: xml-xslt v jsp Subject: xml-xslt v jsp From: jisv [EMAIL PROTECTED] === Just wondering what people's thoughts are on using XML pages that have XSLT applied to them to display html pages rather than using JSP's. I read an article recently that outlined

RE: xml-xslt v jsp

2002-05-10 Thread Galbreath, Mark
PM To: 'Struts Users Mailing List' Subject: RE: xml-xslt v jsp There are a couple of issues (OK, I will only bring up a couple). 1) The development of the XSLT will be done by whom? Normally you want to separate the presentation from the development. XSLT is a very strong tool but can

RE: xml-xslt v jsp

2002-05-10 Thread Robert
need to have multiple client types/outputs, such as HTML, PDF, WML, etc. If not, then it _may_ not be worth it to use. - Robert -Original Message- From: Stout, Kenneth [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 3:10 PM To: 'Struts Users Mailing List' Subject: RE: xml-xslt v jsp

RE: xml-xslt v jsp

2002-05-10 Thread Joseph Barefoot
Brett Mclaughlin is the man. JDOM rules. my .02 peace, Joe -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 1:26 PM To: 'Struts Users Mailing List' Subject: RE: xml-xslt v jsp And just for reference: Brett Mclaughlin, Java

Re: xml-xslt v jsp

2002-05-10 Thread Jim Crossley
Robert [EMAIL PROTECTED] writes: The question of 'if you should' is always up for grabs :-), but it comes closer to a 'yes' if you need to have multiple client types/outputs, such as HTML, PDF, WML, etc. If not, then it _may_ not be worth it to use. We've found that XSLT works very well

RE: xml-xslt v jsp

2002-05-10 Thread Chuck Cavaness
, May 10, 2002 1:26 PM To: 'Struts Users Mailing List' Subject: RE: xml-xslt v jsp And just for reference: Brett Mclaughlin, Java and XML (O'Reilly, 2001) Eric Burke, Java and XSLT (O'Reilly, 2001) Michael Kay, XSLT, 2d ed. (Wrox, 2001)-considered the bible of XSLT Mark

RE: xml-xslt v jsp

2002-05-10 Thread Galbreath, Mark
He's a great guy - I've had many conversations with him and Jason on jdom-interest. Mark -Original Message- From: Chuck Cavaness [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 5:00 PM To: Struts Users Mailing List Subject: RE: xml-xslt v jsp Interesting digression, Brett

RE: xml-xslt v jsp

2002-05-10 Thread Joseph Barefoot
-xslt v jsp He's a great guy - I've had many conversations with him and Jason on jdom-interest. Mark -Original Message- From: Chuck Cavaness [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 5:00 PM To: Struts Users Mailing List Subject: RE: xml-xslt v jsp Interesting