Reference of transforms in sub-sitemap

2003-06-24 Thread Jeff Sexton
be globally available in my various sub-applications. Many thanks for any advice. Jeff Sexton The ODS Companies [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Reference of transforms in sub-sitemap

2003-06-24 Thread Jeff Sexton
On Tue, 24 Jun 2003, Andreas Hartmann wrote: But I would rather suggest to use a common location-independent cocoon:// call: map:transform src=cocoon://stylesheets/sheet.xsl/ The common stylesheets would be served by your main sitemap (or a special sub-sitemap). This enables you to change

XML to Fomatted HTML, how?

2003-06-16 Thread Jeff Sexton
/ to the top of a stylesheet, but this doesn't seem to do anything. How do others do this? Thanks Jeff Sexton The ODS Companies [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: XML to Fomatted HTML, how?

2003-06-16 Thread Jeff Sexton
On Mon, 16 Jun 2003, Chris wrote: http://www.dpawson.co.uk/xsl/sect2/pretty.html try number 2 Well, there we go! Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Preventing a stylesheet from decoding %26 and %3f

2003-06-13 Thread Jeff Sexton
in their encoded form. On Fri, 13 Jun 2003, Jeff Sexton wrote: I have a question that is the opposite of what is normally asked with regard to ? and characters in XML documents. I'm replacing a servlet with an XSP. This servlet generates a link where the URL includes another URL as a parameter

Confused About Realms

2003-01-03 Thread Jeff Sexton
Today I wanted to try a Tomcat security setup. I created and populated tables in a (Sybase) database and edited server.xml per examples in the Goodwill Apress book. I get an exception on startup, Tomcat fails to initialize. I didn't expect this because I am also running Cocoon with a

Re: Confused About Realms

2003-01-03 Thread Jeff Sexton
, Jeff Sexton wrote: Today I wanted to try a Tomcat security setup. I created and populated tables in a (Sybase) database and edited server.xml per examples in the Goodwill Apress book. I get an exception on startup, Tomcat fails to initialize. I didn't expect this because I am also running

Re: Confused About Realms

2003-01-03 Thread Jeff Sexton
On Fri, 3 Jan 2003, Jeff Sexton wrote: I seem to solve my own problems frequently after posting to this list... I moved the Sybase jar file from $CATALINA_HOME/lib to $CATALINA_HOME/common/lib and it worked. It seems that Cocoon's connection pools can function with the jar in the root lib

Confused about xsl:include

2002-12-12 Thread Jeff Sexton
This should be simple, but I'm not able to make it work. Here's an xsl file, working fine: ?xml version=1.0? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xsl:template match=Now bDate/Time:/bxsl:apply-templates/ /xsl:template ... More templates ...

Re: Confused about xsl:include

2002-12-12 Thread Jeff Sexton
On Thu, 12 Dec 2002, Yves Vindevogel wrote: Not 100% sure, but in my (humble) opinion, you can only call included templates and no longer use apply. Instead of apply-template you will need xsl:for-each ... xsl:call-template select=mytemplate xsl:with-param

Re: Confused about xsl:include

2002-12-12 Thread Jeff Sexton
do others do? On Thu, 12 Dec 2002, Jeff Sexton wrote: I have no apply-template nor parameters. All I'm doing is taking the documentation at face value in assuming that an xsl:include does a simple insert of another file in place. Is that not the case? I literally cut and paste a templete

RE: Confused about xsl:include

2002-12-12 Thread Jeff Sexton
On Thu, 12 Dec 2002, Hunsberger, Peter wrote: Nonsense... Apply-templates works just fine with included templates. What's missing from the included code is the place that the apply is invoked so we can't tell if it's being done correctly. It's also possible that some other template with

RE: Confused about xsl:include

2002-12-12 Thread Jeff Sexton
On Thu, 12 Dec 2002, Hunsberger, Peter wrote: The above template match=title works fine if I paste it into the main xsl file. But if instead, right there in it's place, in the main xsl, I put this: xsl:include href=stylesheets/other.xsl/ to include the above file, the match is no

RE: Confused about xsl:include

2002-12-12 Thread Jeff Sexton
On Thu, 12 Dec 2002, Timothy Larson wrote: Check your log files...maybe the xsl:include is not looking in the directory that you expect and so not finding the file to include. I know that's not it because if I use a bogus href in the include, I get an exception thrown. This is very

RE: Confused about xsl:include - solved

2002-12-12 Thread Jeff Sexton
My problem was simple. It was finding the wrong file to include. That'll teach me to clean up after myself. Thanks to all for the feedback! On Thu, 12 Dec 2002, Robert Koberg wrote: Hi, Put some text in your: xsl:template match=titleboo h1xsl:apply-templates//h1 /xsl:template

JDBC Problem - stumped

2002-11-29 Thread Jeff Sexton
I've had connection pooling working fine in the past, but ended up not using it. Today I went through setting it up again and I've hit a dead end. The query I've put in an XML file using esql tags is not executing. The only hint I have is what appears in the cocoon