Community
Participate
Working Groups
Currently a mechanism is implemented in Sphinx which makes sure that comments which occur in an XML file before the start tag of the root element do not get lost and that these comments will appear in the mixed feature of the root model element. During a load/save cycle this will change the layout of the XML file since the all comments from before the root element will move into the root element when the model is serialized. Such comments will appear before any other elements of the root. The mechanism shall be improved so that it supports correct placement of comments, text, CDATA and processing instructions which appear before the root element.
New mechanism for handling of comments, text, CDATA and processing instructions (XML content) before the root element has been implemented. If the root element contains a special feature "mixedOuterContent" the XML content will be stored in this feature and it will later be written out during saving.
Mass-closing Resolved tickets