xerces-C does not work with Borland Builder4

2000-02-19 Thread Martijn Brinkers
There are a number of problems using xeces-C with Borland Builder4. The project file that came with the 1.1.0 was not working (I think it is from an older release version of xerces). I than converted the VC++ project file. Make sure that language complience is Borland and not Ansi C otherwis

Re: Question on XMLSerializer

2000-02-19 Thread Assaf Arkin
The serializer gets the attributes from the document (DOM) or events (SAX), do by definition these attributes exist. They may have any value, and an empty string is a value. Since the attribute was obtained from the DOM, you want it to appear in the document and be brought back to the DOM when the

Question on XMLSerializer

2000-02-19 Thread Wong Kok Wai
Currently, when an attribute has no value, it is still serialized with an value of zero-length string. Is this behaviour correct? I rather think nothing should be serialised is more correct. At least the document size would be smaller if most of the attributes are not initialised. With the current