Problem Description:
This error may be encountered after previewing your XBRL submission at https://datapreview.sec.gov/previewer/. The error may be similar to the following:
--------------------------------
ERROR: Facts of type ‘text block’ whose un-escaped content contains markup must satisfy the content model of the BODY tag as defined in 5.2.2 [6384:44:The content of element type “body must match “(p|h1|h2|h3|h4|h5|div|ul|ol|dl|menu|dir|pre|hr|blockquote|address|center|table|a|br|img|tt|i|b|u|strike|big|small|font|em|strong|dfn|code|samp|kbd|var|cite|sub|sup)”.]
File: fujitsu-20101231.xml
Line number: 2444
-------------------------------
The first step is to identify where the un-escaped HTML character is found within the text block of the instance document. One good way to troubleshoot this is by validating the text block content using an HTML validation tool. Many can be found from the internet such as http://validator.w3.org/.
In the following example, the following line has been identified with an escaped character (“>”), which needs to be removed from the text block:
<p class="MsoNormal"> </p>PADDING-LEFT: 5.4pt; PADDING-RIGHT: 5.4pt; HEIGHT: 15.75pt; PADDING-TOP: 0in" nowrap="nowrap"/>
Author: Marc Bui
Attachment: How_to_Correct_EMF_Text_Block_Un-Escaped_Content_5.2.2_Error.zip