On 05/14/2015 08:31 PM, Boris Goldowsky wrote:
In the Java API for XXE, is there an easy way to merge adjacent #text
nodes after doing some DOM manipulations?  I have a Java command that
removes some elements, leaving the parent with adjacent but separate
#text nodes, which confuses the next step of what I am trying to do.

I notice that if I leave them and then start doing other editing, the
nodes are at some point normalized to a single #text, but I’m not sure
how to make that happen.


Yes, please use the following utility method:

package com.xmlmind.xmledit.edit.EditUtil;

public static void mergeContiguousText(Element element)

See http://www.xmlmind.com/xmleditor/_distrib/doc/api/com/xmlmind/xmledit/edit/EditUtil.html#mergeContiguousText(com.xmlmind.xml.doc.Element)


--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to