You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Ugo Cei <u....@cbim.it> on 2002/07/29 15:09:39 UTC

XSP broken in HEAD?

Looks like XSP is broken in HEAD: the value of text nodes in the input 
is not copied to the output. Thus, for instance, the output of
http://localhost:8080/cocoon/samples/xsp/hello
is the following:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
</head>
<body vlink="blue" link="blue" alink="red" bgcolor="white">

<h2 style="color: navy; text-align: center">
<a HREF="../view-source?filename=/docs/samples/xsp/hello.xsp" 
TARGET="_blank"></a>
</h2>
<p align="left">
<i></i>
</p>
<p align="left">
<i>Apache Cocoon 2.1-dev</i>
</p>

</body>
</html>

This is with the CVS snapshot of 20020729103534, JDK 1.3.1, Tomcat 
4.0.1, RedHat Linux 7.1.

	Ugo

P.S.: while I'm at it, I got no feedback on this: 
http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=102761405414473&w=2

-- 
Ugo Cei - Consorzio di Bioingegneria e Informatica Medica
P.le Volontari del Sangue, 2 - 27100 Pavia - Italy
Phone: +39.0382.525100 - E-mail: u.cei@cbim.it


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: XSP broken in HEAD?

Posted by Ugo Cei <u....@cbim.it>.
Christian Haul wrote:
> No, I did not mean the xalan CVS but the cocoon CVS. I.e. replace
> xml-apis, xerces, and xalan with the version that where in cocoon cvs
> before 2002-07-23 (which is the date they were replaced with newer
> versions).

*BLUSH* ;-). OK, I replaced them. I now have Xalan 2.3.1 and Xerces 
2.0.0 and the problem is gone. Thank you.

	Ugo


-- 
Ugo Cei - Consorzio di Bioingegneria e Informatica Medica
P.le Volontari del Sangue, 2 - 27100 Pavia - Italy
Phone: +39.0382.525100 - E-mail: u.cei@cbim.it


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: XSP broken in HEAD?

Posted by Christian Haul <ha...@dvs1.informatik.tu-darmstadt.de>.
On 29.Jul.2002 -- 06:00 PM, Ugo Cei wrote:
> Christian Haul wrote:
> >On 29.Jul.2002 -- 03:09 PM, Ugo Cei wrote:
> >
> >>Looks like XSP is broken in HEAD: the value of text nodes in the input 
> >>is not copied to the output. Thus, for instance, the output of
> >>http://localhost:8080/cocoon/samples/xsp/hello
> >>is the following:
> >
> >
> >ACK. Downgrade all the x*.jars to cvs date tag -D20020722 If I find
> >time, I will update CVS. But don't hold your breath.
> >
> >	Chris.
> 
> No luck :(. This is what I did:
> 
> - cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co -D20020722 
> xml-xalan

No, I did not mean the xalan CVS but the cocoon CVS. I.e. replace
xml-apis, xerces, and xalan with the version that where in cocoon cvs
before 2002-07-23 (which is the date they were replaced with newer
versions).

If you have an old checkout around, you can just copy them of course.

	Chris.
-- 
C h r i s t i a n       H a u l
haul@informatik.tu-darmstadt.de
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: XSP broken in HEAD?

Posted by Peter Royal <pr...@apache.org>.
On Monday 29 July 2002 12:00 pm, Ugo Cei wrote:
> Christian Haul wrote:
> > On 29.Jul.2002 -- 03:09 PM, Ugo Cei wrote:
> >>Looks like XSP is broken in HEAD: the value of text nodes in the input
> >>is not copied to the output. Thus, for instance, the output of
> >>http://localhost:8080/cocoon/samples/xsp/hello
> >>is the following:
> >
> > ACK. Downgrade all the x*.jars to cvs date tag -D20020722 If I find
> > time, I will update CVS. But don't hold your breath.

There is also this Xalan bug:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7776
-pete


-- 
peter royal -> proyal@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: XSP broken in HEAD?

Posted by Ugo Cei <u....@cbim.it>.
Christian Haul wrote:
> On 29.Jul.2002 -- 03:09 PM, Ugo Cei wrote:
> 
>>Looks like XSP is broken in HEAD: the value of text nodes in the input 
>>is not copied to the output. Thus, for instance, the output of
>>http://localhost:8080/cocoon/samples/xsp/hello
>>is the following:
> 
> 
> ACK. Downgrade all the x*.jars to cvs date tag -D20020722 If I find
> time, I will update CVS. But don't hold your breath.
> 
> 	Chris.

No luck :(. This is what I did:

- cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co -D20020722 
xml-xalan

- cd xml-xalan/java

- ./build.sh

- copied build/xalan.jar, bin/xercesImpl.jar, bin/xml-apis.jar to 
$TOMCAT_HOME/webapps/cocoon/WEB-INF/lib

- removed x*20020723.jar

- stopped tomcat, emptied work directory, restarted tomcat

Still, text node values in XSP are not copied to output.

	Ugo

-- 
Ugo Cei - Consorzio di Bioingegneria e Informatica Medica
P.le Volontari del Sangue, 2 - 27100 Pavia - Italy
Phone: +39.0382.525100 - E-mail: u.cei@cbim.it


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: XSP broken in HEAD?

Posted by Christian Haul <ha...@dvs1.informatik.tu-darmstadt.de>.
On 29.Jul.2002 -- 03:09 PM, Ugo Cei wrote:
> Looks like XSP is broken in HEAD: the value of text nodes in the input 
> is not copied to the output. Thus, for instance, the output of
> http://localhost:8080/cocoon/samples/xsp/hello
> is the following:

ACK. Downgrade all the x*.jars to cvs date tag -D20020722 If I find
time, I will update CVS. But don't hold your breath.

	Chris.
-- 
C h r i s t i a n       H a u l
haul@informatik.tu-darmstadt.de
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


sitemap

Posted by Conny Pemfors <co...@uarda.lu.se>.
Why do I get following error?


message The processing instruction must begin with the name of the target.

description org.apache.cocoon.ProcessingException: Failed to execute
pipeline.: org.xml.sax.SAXParseException: The processing instruction must
begin with the name of the target.

sender org.apache.cocoon.servlet.CocoonServlet





---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: XSP broken in HEAD?

Posted by Vadim Gritsenko <va...@verizon.net>.
Ugo,

I work with 2.0.3 branch, and pretty busy ATM, thus I don't have enough
bandwidth to help you.

Everybody else seems on their summer vacation right now. Why not you? ;)

Vadim


> From: Ugo Cei [mailto:u.cei@cbim.it]
> 
> Looks like XSP is broken in HEAD: the value of text nodes in the input
> is not copied to the output. Thus, for instance, the output of
> http://localhost:8080/cocoon/samples/xsp/hello
> is the following:
> 
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
> <title></title>
> </head>
> <body vlink="blue" link="blue" alink="red" bgcolor="white">
> 
> <h2 style="color: navy; text-align: center">
> <a HREF="../view-source?filename=/docs/samples/xsp/hello.xsp"
> TARGET="_blank"></a>
> </h2>
> <p align="left">
> <i></i>
> </p>
> <p align="left">
> <i>Apache Cocoon 2.1-dev</i>
> </p>
> 
> </body>
> </html>
> 
> This is with the CVS snapshot of 20020729103534, JDK 1.3.1, Tomcat
> 4.0.1, RedHat Linux 7.1.
> 
> 	Ugo
> 
> P.S.: while I'm at it, I got no feedback on this:
> http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=102761405414473&w=2
> 
> --
> Ugo Cei - Consorzio di Bioingegneria e Informatica Medica
> P.le Volontari del Sangue, 2 - 27100 Pavia - Italy
> Phone: +39.0382.525100 - E-mail: u.cei@cbim.it


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org