public class IEPasteFilter extends PasteFilter
When pasting rich text from an office document opened with Microsoft's Word application in Internet Explorer the created DOM contains non-HTML elements. These elements have a different name-space that is serialized using a non-standard syntax:
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>which is not understood by the server side parser.
See XWIKI-4161: XML tags are displayed after copy&paste word-doc in office importer.
| Constructor and Description |
|---|
IEPasteFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(com.google.gwt.dom.client.Element element)
Filters the given element.
|
filterpublic void filter(com.google.gwt.dom.client.Element element)
PasteFilterfilter in class PasteFilterelement - the element to be filteredCopyright © 2004–2016 XWiki. All rights reserved.