Community
Participate
Working Groups
Currently the SAX handler (ExtendedSAXXMLHandler) which is used to parse XML files ignores certain whitespace. For mixed elements (i.a. XML Schema complexType with mixed="true") this whitespace might be significant and it should be passed on so that it will be part of the in-memory object model so that it can also be read/processed by applications/users. Passing on the whitesoace is also a prerequisiste to make sure the whitespace will also be serialized back into the file duing model saving.
ExtendedSAXXMLHandler has been adjusted to not ignore whitespace any longer.
Mass-closing Resolved tickets