Re: bug in html2xdoc

2006-02-15 Thread Lukas Theussl
Nicolas, Here is the page that I generated from your index.xml: http://people.apache.org/~ltheussl/maven-stage-site/maven-1.x/reference/plugins/examples/ It looks ok to me, or am I missing something? -Lukas Nicolas De Loof wrote: I've set maven.docs.outputencoding = ISO-8859-1 I've tried

Re: bug in html2xdoc

2006-02-15 Thread Stephane Nicoll
Un p à aperçu ;) On 2/15/06, Lukas Theussl [EMAIL PROTECTED] wrote: Nicolas, Here is the page that I generated from your index.xml: http://people.apache.org/~ltheussl/maven-stage-site/maven-1.x/reference/plugins/examples/ It looks ok to me, or am I missing something? -Lukas Nicolas De

Re: bug in html2xdoc

2006-02-15 Thread Stephane Nicoll
On 2/15/06, Lukas Theussl [EMAIL PROTECTED] wrote: Nicolas, Here is the page that I generated from your index.xml: http://people.apache.org/~ltheussl/maven-stage-site/maven-1.x/reference/plugins/examples/ It looks ok to me, or am I missing something? There's still missing characters at the

Re: bug in html2xdoc

2006-02-15 Thread Lukas Theussl
merci, mais c'est pas moi qui l'ai ecrit... ;) Stephane Nicoll wrote: Un p à aperçu ;) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: bug in html2xdoc

2006-02-15 Thread Lukas Theussl
Right, but those are already missing in the index.xml file. So I would need the original html file for generating the xml to see why they are missing... -Lukas Stephane Nicoll wrote: On 2/15/06, Lukas Theussl [EMAIL PROTECTED] wrote: Nicolas, Here is the page that I generated from your

Re: bug in html2xdoc

2006-02-15 Thread Arnaud HERITIER
Can't it be a problem of encoding (UTF-8 I suppose) in the xml file ? Arnaud PS: Arrêtez de parler Français sur la ML ;-) On 2/15/06, Lukas Theussl [EMAIL PROTECTED] wrote: Right, but those are already missing in the index.xml file. So I would need the original html file for generating the

Re: bug in html2xdoc

2006-02-15 Thread Lukas Theussl
I forgot to mention: if you want to read something about upgrading dom4j, here are a few links to begin with: http://jira.codehaus.org/browse/MAVEN-1345 http://jira.codehaus.org/browse/JAXEN-67 http://issues.apache.org/jira/browse/JELLY-226 Have fun! -Lukas Nicolas De Loof wrote: I've

bug in html2xdoc

2006-02-14 Thread Nicolas De Loof
It seems ther's a bug in maven1.x html2xdoc plugin : On my debian nightly build system, accentuated (french) characters are losts in resulting HTML (replaced by ?) Source HTML uses html entities, like eacute; for é From my experiments, html2xdoc produces a XML file that uses invalid

Re: bug in html2xdoc

2006-02-14 Thread Lukas Theussl
Nicolas, Have you played around with the maven.docs.outputencoding property? You might also have a look here for some tips on a similar problem: http://jira.codehaus.org/browse/MPXDOC-184 If you can't get it to work, please open an issue in JIRA with a small reproducible test case. Thanks!

Re: bug in html2xdoc

2006-02-14 Thread Nicolas De Loof
I've set maven.docs.outputencoding = ISO-8859-1 I've tried to set LANG to fr_FR.ISO-8859-1 or fr_FR.UTF-8 without any result. http://jira.codehaus.org/browse/MPXDOC-184 seems to be similar, but the xml and html generated by xdoc plugin from POM are fine in my site. I attach the generated