[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Re: xslt transforming TSVN log messages

From: Sven Brueggemann <SBrueggemann_at_gmx.net>
Date: 2005-07-29 20:16:20 CEST

Jens Scheidtmann wrote:

>> I have trouble transforming these log messages to html via
>> xslt. I can't put the contents of <msg> into a <pre> tag -
>> this leads to one (very long) paragraph per line. I can't
>> translate crlf to a <br>, because that would make the xslt
>> document not-well-formed. Tranlating it to <br /> is no
>> option - browsers seem to interpret that as <br><br>.

> You could also try <br></br>.

My last sentence does not seem to be correct - I just tried it
with a plain hand written html file. It's been three month ago
that I last changed the stylesheet...

IE and FireFox seem to render <br></br> as if it was <br><br>.
And it seems that my xslt processor converts <br /> to <br></br>.

Nevertheless - it didn't work and I chose a flavour of <br> as
a makeshift because with my limited xslt knowledge I wasn't able
to format the log message paragraphs into <p>paragraphs</p>.

Can you give me a hint how to do that? I'd prefer
<p>paragraphs</p> to be able to apply CSS styles to them.

Kind regards

Sven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jul 29 20:17:13 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.