Hi Henning, > >Maybe your site.vsl in jakarta-site2 is LF? I changed mine to CR+LF, > >and the html outputted pretty nicely. > > And it sucks under Unix. Probably Anakia generates only LF and your > sources are a mixture between CR+LF and LF. Simply make all files > uniform (LF only preferred).
Anakia is mere Velocity. It outputs as the template (in this case, site.vsl) is. But if the values in the Context (in the case, the JDOM element of the xml file) contains CR+LF, that's where everything gets goofed up. :( SVN converts files to the platform's line ending, so I don't think it would be a problem it it were all done in UNIX. Is it? Best regards, -- Shinobu -- Shinobu "Kawai" Yoshida <[EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
