XML reserved characters not escaped!

"Shannon Kendrick" <[email protected]> Mon, 28 Oct 2002 16:25:18 -0500
Newsgroups gmane.comp.java.enhydra.zeus
Message-ID <000001c27edb$382df9f0$c601a8c0@sklaptop>
I've encountered an error in the XML that my Zeus-generated classes create
when the "marshal" method is invoked. The problem is that reserved
characters are not escaped, so I am seeing the following:

<CarrierName>HEALTH&WELFARE FUND</CarrierName>

I believe that the "&" character should be "&amp;". Has this been fixed in
the code in CVS? I'm currently using beta 3.5.

Shannon Kendrick