i think that the way that entities are rendered in the documentation has 
changed. previously sections like

<pre>&lt;CustomerBean name=&quot;James&quot;&gt;
     &lt;order id=&quot;1&quot;&gt;...&lt;/order&gt;
     &lt;order id=&quot;2&quot;&gt;...&lt;/order&gt;
     &lt;emailAddress&gt;[EMAIL PROTECTED]&lt;/emailAddress&gt;
&lt;/CustomerBean&gt;</pre>

in the a xdoc xml document would be rendered as

<pre>&lt;CustomerBean name="James"&gt;
     &lt;order id="1"&gt;...&lt;/order&gt;
     &lt;order id="2"&gt;...&lt;/order&gt;
     &lt;emailAddress&gt;[EMAIL PROTECTED]&lt;/emailAddress&gt;
&lt;/CustomerBean&gt;</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]>

Reply via email to