[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. Perhaps the parser is looking for
what to replace & with but not finding a replacement since there is
no DTD. A numeric entity will bypass any DTD lookup.



<grin/>

href="http://foo&amp;bar"; -> "http://foo&amp;amp;bar";
href="http://foo&#38;bar"; -> "http://foo&amp;amp;bar";
href="http://foo&#x26;bar"; -> "http://foo&amp;amp;bar";

Nice try, but already mentionned in MPXDOC-47 (and I just retried it)


Sorry for the duplication then. I'm new to the dev list. What does MPXDOX-(number) mean? Are they issue numbers?

--
Brant Gurganus
http://www.rose-hulman.edu/~gurganbl


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to