Re: HTML Output Issues

2002-03-29 Thread Corey Jewett
Sorry for the long turn around, took an unexpected vacation. :) Unfortunately I've already tried the no-indent-strip-space-all-elements solution without success. I tried it again just to be sure and it still didn't work. Following are snippets from relevant files. I've truncated the attributes

Re: After installation: UnsatisfiedLinkError: libawt: libXp.so.6

2002-03-19 Thread Corey Jewett
I believe I have a solution for your problem. It may become problematic in a production environment. My tomcat is set up to run under the tomcat user. the X display :0 is always logged in under corey. Basically X server does not allow the batik code (which is the AWT requirement) to connect to

HTML Serialization and newlines

2002-03-19 Thread Corey Jewett
I'm using XSL to 'skin' XML content and translate it into XHTML. It works great as far as the output being valid XHTML and all my tags, scripts, etc. coming out in the browser source. The only problem I'm running into is the insertion of a newline after every element in my stylesheet. My table

SGML comments and XSL

2002-03-16 Thread Corey Jewett
New cocoon user. Apologies if this is documented somewhere, but I can't find it. I'm attempting to use XSL to translate XML documents, basically I'm 'skinning' the XML content with a variety of layout templates (XSL). The current output format is HTML/XHTML. I did a simple test and it worked

Re: SGML comments and XSL

2002-03-16 Thread Corey Jewett
, Michael Wechner wrote: In your last XSLT you can use xsl:comment./xsl:comment or do I misunderstand you?! All the best Michael Corey Jewett wrote: New cocoon user. Apologies if this is documented somewhere, but I can't find it. I'm attempting to use XSL to translate