Hi,

I also stumbled over this issue. This is what I can say about it:

- downgrading subversion-tools does not work
- however, in a Lenny CHROOT the whole thing works

Both let me think, that it might not be a bug in svn2cl. What happens
is, that in the "wrap" template the test

    <xsl:when test="contains($txt,'&newl;')">

succeeds, when the text contains a space and 

    substring-before($txt,'&newl;')

then splits the text into words. This goes a slong as there is still a
space in the text left. When there is no text left, the lines:

    <!-- this is easy, nothing to do -->
    <xsl:value-of select="$normtxt" />
    <!-- add newline -->
    <xsl:text>&newl;</xsl:text>

output every word followed by a newline.

I have no idea why the test succeeds and why the result returned by
substring-before() is the text before the space.

BUT: Downgrading libxml2 to the version in Squeeze works. So this seems
to be a bug(?) in libxml2.

Regards, Daniel




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to