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

[TSVN] Re: xslt transforming TSVN log messages

From: Jens Scheidtmann <Jens.Scheidtmann_at_bayerbbs.com>
Date: 2005-07-29 09:26:24 CEST

Sven Brueggemann <SBrueggemann@gmx.net> writes:

> 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>.
Which browsers? And what html modes do they use (e.g. FireFox: Quirks
vs. standards compliant mode)?

What DocType do you use as output?
Have you tried to use xhtml? Then only <br/> is allowed.

Have you tried running you output through the w3c validator?

Jens

-- 
Jens.Scheidtmann@bayerbbs.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jul 29 09:28:47 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.