Ive a XSP file with some kind of those arguments:
<xsp:attribute name="id">
        <esql:get-string column="id"/>
</xsp:attribute>

After getting the output serialized though my XSLT like this:
<xsl:attribute name="HREF">../messagetopics/forum.xsp?id=<xsl:value-of
select="@id"/></xsl:attribute>
There are always spaces between the id= and the value.

This is an example:
forum.xsp?id=%201%20

If i will create the XSP file like this:
<xsp:attribute name="id"><esql:get-string column="id"/></xsp:attribute>
(without spaces and crlf) there is no further problem.
(but my eyes want a better readable format for those files :)

Is that a problem of cocoon ? (Im using 2.0.2)

Thanks a lot,

Sascha


---------------------------------------------------------------------
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]>

Reply via email to