Vitaly is correct about the form of short-form tags. DOMWriter always emits empty elements using short-form tags. Are you seeing separate start and close tags with empty elements?
> -----Original Message----- > From: Vitaly Prapirny [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 08, 2005 6:24 AM > To: [email protected] > Subject: Re: [jira] Commented: (XERCESC-1433) Memory leak > with WriteToString > > Hi, > > Biju George (DHL MY) wrote: > > I was just wondering whether this version of xerces supports </TAG> > > style of tags. ( Means instead of <TAG></TAG> it should be </TAG> ). > > It should be <TAG/>. > > Good luck ! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
