Re: Réf. : Re: Réf. : Re: MPXDOC-47 vs. MPXDOC-92

2004-07-28 Thread Brant Gurganus
[EMAIL PROTECTED] wrote: Brant Gurganus said : What happens if you use the numeric entity instead of the mnemonic entiy? Despite & being defined in the XML specification, the project XML files don't have a DTD and the XML schema does not provide a way to specify mnemonic entities. Pe

Re: Réf. : Re: MPXDOC-47 vs. MPXDOC-92

2004-07-28 Thread Brant Gurganus
id=10355&report=changelog With MPXDOC-92 fixed if put an "&" in my navigation.xml I got a " &" in my html but how can I do to only have an "&" in my url and not an "&" ? For me it looks like the MPXDOC-47, but fixing it will cause

Re: MPXDOC-47 vs. MPXDOC-92

2004-07-28 Thread Brant Gurganus
appropriate character from the entities in the DTD for that HTML version. In order to correct this, you encode the ampersand as & and the HTML parser replaces it with an ampersand character. When you follow the URL you go to the &report URL, not the &report URL that you seem