RE: XPath problem in Cocoon?

2002-12-20 Thread Luca Morandini
:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 1:43 AM To: [EMAIL PROTECTED] Subject: Re: XPath problem in Cocoon? Anna Afonchenko wrote: Hi Luca. Thank you for answering. Yes, probably that's something with my configuration. I am using Win98, Tomcat 4.1.12, Cocoon 2.0.4, Xalan 2.4.1

RE: XPath problem in Cocoon?

2002-12-19 Thread Luca Morandini
- From: Anna Afonchenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 8:35 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: XPath problem in Cocoon? Hi Luca. Thank you so much for help. Here are all my components: 1. the pipeline: map:match pattern=*.html

Re: XPath problem in Cocoon?

2002-12-19 Thread Anna Afonchenko
PROTECTED] To: Cocoon-users [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 10:43 AM Subject: RE: XPath problem in Cocoon? Anna, this is the output I got from your code: ?xml version=1.0 encoding=iso-8859-1 ? root xmlns:fo=http://www.w3.org/1999/XSL/Format;HELLO P content = some text/root

Re: XPath problem in Cocoon?

2002-12-19 Thread Joerg Heinicke
Anna Afonchenko wrote: Hi Luca. Thank you for answering. Yes, probably that's something with my configuration. I am using Win98, Tomcat 4.1.12, Cocoon 2.0.4, Xalan 2.4.1. I'll try to change the Xalan version. Anyway, this thing is very weird. Thank you. Anna Hello Anna, may I point out again,

XPath problem in Cocoon?

2002-12-18 Thread Anna Afonchenko
Hi all. Another question for today: I wrote a small xsl that matches p nodes from the input and prints their content. I wrote it like this: xsl:template match="/" xsl:for-each select="//p" xsl:textContent of this tag is /xsl:text xsl:value-of select="."/ /xsl:for-each /xsl:template

Re: XPath problem in Cocoon?

2002-12-18 Thread Konstantin Piroumian
line with your XML as input and see what happens. Konstantin - Original Message - From: Anna Afonchenko To: cocoon-users Sent: Wednesday, December 18, 2002 16:01 Subject: XPath problem in Cocoon? Hi all. Another question for today: I wrote a small xsl that matches p nodes from the input

Re: XPath problem in Cocoon?

2002-12-18 Thread Anna Afonchenko
Subject: Re: XPath problem in Cocoon? Anna, (please avoid HTML emails) Cocoon uses underlying XSLT engine to perform the transformation, so either this is just an XSLT problem in your code or a problem of the Xalan or XSLTC (which one is used). You can simply check if your stylesheet works without

RE: XPath problem in Cocoon?

2002-12-18 Thread Luca Morandini
PROTECTED] http://utenti.tripod.it/lmorandini/index.html - -Original Message- From: Anna Afonchenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 3:25 PM To: [EMAIL PROTECTED] Subject: Re: XPath problem in Cocoon? Hi

Re: XPath problem in Cocoon?

2002-12-18 Thread Joerg Heinicke
would really appreciate this. Thank you very much for helping Anna - Original Message - From: Konstantin Piroumian [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 3:17 PM Subject: Re: XPath problem in Cocoon? Anna, (please avoid HTML emails) Cocoon uses

Re: XPath problem in Cocoon?

2002-12-18 Thread Anna Afonchenko
] To: [EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 11:24 PM Subject: RE: XPath problem in Cocoon? Anna, ok, let's try to sort it out, send us: - The pipeline - The XML to be transformed - The XSLT Possibly, strip off all the unnecessary stuff. Best regards