Re: Double Semicolon in generated Code

Jacob Kjome <[email protected]> Wed, 29 Oct 2003 11:26:34 -0600
Newsgroups gmane.comp.java.enhydra.xmlc
Message-ID <[email protected]>
Are you saying that the serialized output from XMLC contains a "double 
semicolon" which xDoclet fails to parse?  What does the markup look 
like?  What does the output look like?  What you've provided doesn't tell 
us much about what your problem might be.  You'll have to provide some more 
info.  BTW, you might want to include any attachments in a single zip file 
which you attach to the email.  This will keep email clients from mangling 
the text and markup.

Jake

At 09:37 AM 10/29/2003 +0100, you wrote:
>Hello,
>
>can someone tell me why XMLC generates Code with a double semicolon at the 
>end of one special row? This is the code:
>
>[...]
>
>/**
>  * XMLC DOM factory associated with this class.
>  */
>private static final org.enhydra.xml.xmlc.dom.XMLCDomFactory fDOMFactory = 
>org.enhydra.xml.xmlc.dom.XMLCDomFactoryCache.getFactory(org.enhydra.xml.xmlc.dom.lazydom.LazyHTMLDomFactory.class);;
>
>[...]
>
>It is compilable and works fine, but I am using xDoclet to deploy my web 
>application and xDoclet shows an error parsing the file.
>
>Thanks!
>Daniel
>
>_______________________________________________
>XMLC mailing list
>[email protected]
>http://www.enhydra.org/mailman/listinfo.cgi/xmlc