Alexander,
yes, it is definitely strange. Anyway, regarding your points:
<snip>
(1) I found nothing about these problems in the Cocoon documentation
</snip>
Well, if you look hard enough in the users-list...
<snip>
(2) this solution works, but is practically completely unusable, as it
makes writing even simple templates a pain.
</snip>
Hmm... you could prefix everything with "sql:" if you like, but either way is annoying
(though viable, believe me).
Best regards,
P.S.
Could you please summarize your experience and send it to the list (citing [sumamry]
in the subject) ?
---------------------------------------------
Luca Morandini
GIS Consultant
[EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
---------------------------------------------
> -----Original Message-----
> From: Alexander Schatten [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 22, 2002 11:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Strange SQLTransformer problem: Encoding bug in Cocoon 2?
>
>
> Luca Morandini wrote:
>
> > Alexander,
> >
> > did you solve your SQLTransformer problem ?
>
>
> thank you very much. found time now.
>
>
> strange enough, but your tip worked. but there are two things:
>
> (1) I found nothing about these problems in the Cocoon documentation
>
> (2) this solution works, but is practically completely unusable, as it
> makes writing even simple templates a pain. look at this (working) part:
>
>
>
> <xsl:template match="//*[local-name()='page']">
> 1x
> <xsl:apply-templates />
> 2x
> </xsl:template>
>
>
> <xsl:template match="//*[local-name()='rowset']">
> 3
> <table>
> <xsl:apply-templates />
> </table>
> 4
> </xsl:template>
>
> <xsl:template match="//*[local-name()='row']">
> <tr>
> <td>
> <xsl:value-of select="//*[local-name()='vorname']"/>
> </td>
>
>
>
> this is really terrible. especially also in the value-of part...
>
>
> THIS cant be true, is it?
>
>
> thank you
>
>
> Alex
>
>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>