#74206 - 24/02/200203:22Re: xsl stylesheet for hijack v206
[Re: tfabris]
mtempsch pooh-bah
Registered: 02/06/2000
Posts: 1996
Loc: Gothenburg, Sweden
It's an encoding problem - as far as I've been able to test, we need
<?xml version="1.0" encoding="iso-8859-1"?>
instead of
<?xml version="1.0"?>
at the top of the generated xml-file.
I've sent a message to Mark about this, but I'm not sure it doesn't break anything else...
It's line 7121 in the v210 patch file if anyone else is set up to compile kernels...