DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24164>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24164
xml error on fo:inline tags
Summary: xml error on fo:inline tags
Product: POI
Version: 3.0-dev
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: Other
Component: HDF
AssignedTo: poi-dev@jakarta.apache.org
ReportedBy: randysch@comcast.net
Got this from the scratchpad area, not sure if you consider that 2.0-pre3 or
something else. When using the org.apache.poi.hdf.extractor.WordDocument class
on the Word document at
http://www.google.com/url?sa=U&start=1&q=http://ada-studio.narod.ru/Liz_Soglashenie.doc&e=7627
I get lots of errors like this when I try to view the resulting xml:
XML Parsing Error: mismatched tag. Expected: </fo:inline>.
Location: file:///tmp/liz.xml
Line Number 40, Column 193:><fo:inline font-family="Arial" font-size="10pt"
color="black" ><fo:inline font-family="Arial" font-size="10pt" color="black"
><fo:inline font-family="Arial" font-size="10pt" color="black" ></fo:block>
Indeed, a closing </fo:inline> is missing. Note the two fo:inline's with no
/fo:inline This document is in Cyrillic (Cp1251, I think), maybe that's part of
the problem? That same error actually occurs several times throughout the xml.
---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org
|