i think that the way that entities are rendered in the documentation has
changed. previously sections like
<pre><CustomerBean name="James">
<order id="1">...</order>
<order id="2">...</order>
<emailAddress>[EMAIL PROTECTED]</emailAddress>
</CustomerBean></pre>
in the a xdoc xml document would be rendered as
<pre><CustomerBean name="James">
<order id="1">...</order>
<order id="2">...</order>
<emailAddress>[EMAIL PROTECTED]</emailAddress>
</CustomerBean></pre>
with CVS HEAD they are coming out like:
<pre><CustomerBean name="James">
<order id="1">...</order>
<order id="2">...</order>
<emailAddress>[EMAIL PROTECTED]</emailAddress>
</CustomerBean></pre>
you can see that the html is no longer correct.
(this example is take from commons-betwixt. compare the version on the web
site with a local set of documents created using CVS HEAD.)
is this a bug or a feature?
- robert
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>