formatting from the DB coming out as text

2001-08-19 Thread Liam Morley
I have news articles stored in the database. When I use Cocoon to extract them, p/ is converted to lt;p/gt;, and so the actual formatting of the news article is not shown. How do I fix this? Thanks... --- Liam Morley light the deep, and bring silence to the world. light the world, and

AW: formatting from the DB coming out as text

2001-08-19 Thread Stefan Seifert
Use get-xml from the esql logicsheet in your xsp pages and the copy-of XSLT-Command in your XSLT-Stylesheet. See several postings on this issue in this mailing list. Note that the XML in the database has to be a well-formed xml document with root node etc. Stefan -Ursprüngliche

Dreaded: Sitemap handler's sitemap is not available

2001-08-19 Thread Ted Mead
Folks, I am running the following: RedHat 7.0 Tomcat 3.2.3 Cocoon 2b1 JDK 1.3 I have installed, reinstall, read http://xml.apache.org/cocoon2/install.html, read the README, INSTALL, FAQ, searched the mailing list archives until I could not find any further

Re: Dreaded: Sitemap handler's sitemap is not available

2001-08-19 Thread java guru
Hi., I hate to say search the mail archive but here is simple explanation... 1. Sitemap is one BIG java program to be compiled on c2 startup... 2. Any problem resulting from sitemap compilation could result in sitemap being NOT compiled and hence component for hint: sitemap not found.. 3.

Re: Dreaded: Sitemap handler's sitemap is not available

2001-08-19 Thread Pedro Pastor
Dear Ted and all the rest, This is exactly what happened to me when I tried to install Cocoon2 b2. In my case, I have already installed Cocoon2 b1 without a problem, and it happened when I tried to move to beta 2 maintaining exactly the same configuration (Windows2K, Tomcat 3.2.3, Sun JDK

Re: Dreaded: Sitemap handler's sitemap is not available

2001-08-19 Thread Liam Morley
I found it necessary to include more jar files. Specifically, ALL the jar files :o) For example, I'm pretty sure the avalon jars get used, so that might be part of it. Also I think that when I built there was a difference in the files size between the cocoon.jar that came with installation and

RE: Dreaded: Sitemap handler's sitemap is not available

2001-08-19 Thread Ted Mead
Hi Liam, I tried copying all the files from /home/cocoon/lib to the /home/tomcat/lib directory with no success. I had actually tried this before I sent the email and the log files ended up looking the same as it did without copying the jar files. I uninstalled everything and then reinstalled

RE: Dreaded: Sitemap handler's sitemap is not available

2001-08-19 Thread Ted Mead
Srini, Thanks for your thoughts. May I ask some clarifying questions? Regarding Sitemap... is there instructions on how to compile Sitemap on C2 startup? I am not sure I know what do do here? This could be the watershed event. When you say restart the server... I assume you mean Tomcat or

XSP: Type and Identifier errors

2001-08-19 Thread Mamadou Bobo Sylla
Hello, I am receiving this error: java.lang.Exception: XSP Java Compiler: Compilation failed for _newUser.java 72: Type expected. Class.forName(org.gjt.mm.mysql.Driver).newInstance(); ^ 240: Identifier expected. xspParentNode = xspCurrentNode; -^ The ligne 72:

[ANNOUNCE] XSLT-process 2.1 available

2001-08-19 Thread Ovidiu Predescu
What's new? === This release adds few improvements to the previous release: - the ability to process the result of an XSLT transformation through the Apache FOP processor. - initial integration with the DocBook-XSL project; HTML and PDF generation and viewing from within Emacs of

XSP - Identifier expected : xspParentNode = xspCurrentNode

2001-08-19 Thread Mamadou Bobo Sylla
This is the error message I keep receiving: 31: Identifier expected. xspParentNode = xspCurrentNode; ^ I am using Tomcat3.2.1 cocoon1.8.2 My code is: ?xml version=1.0? ?cocoon-process type=xsp? ?cocoon-process type=xslt? ?xml-stylesheet href=../../userFactory.xsl type=text/xsl?