Page 1 of 1

Markup in the document following the root element must be well-formed

Posted: Thu Feb 13, 2020 1:30 am
by Mischka
I'm trying to fix some tag errors in a Word document following an online tutorial. I don't have any prior experience with programming or XML but the tutorial got me to the point of having the tag element errors sorted but now a new error has presented when validating.

Error: "The markup in the document following the root element must be well-formed.

The area it highlights is: ( I don't know how to format it appropriately beyond copy and pasting it sorry)

Code: Select all

icData uri="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"><wpg:wgp><wpg:cNvGrpSpPr/><wpg:grpSpPr><a:xfrm><a:off x="0" y="0"/><a:ext cx="6652895" cy="2490470"/><a:chOff x="0" y="0"/><a:chExt cx="6653048" cy="2490951"/></a:xfrm></wpg:grpSpPr><pic:pic xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture"><pic:nvPicPr><pic:cNvPr id="742" name="Picture 742"/><pic:cNvPicPr><a:picLocks noChangeAspect="1"/></pic:cNvPicPr></pic:nvPicPr><pic:blipFill><a:blip r:embed="rId9"><a:extLst><a:ext uri="{28A0092B-C50C-407E-A947-70E740481C1C}"><a14:useLocalDpi xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main" val="0"/></a:ext></a:extLst></a:blip><a:stretch><a:fillRect/></a:stretch></pic:blipFill><pic:spPr><a:xfrm><a:off x="0" y="0"/><a:ext cx="6653048"  relativeFrom="margin"><wp14:pctHeight>0</wp14:pctHeight></a:ext></a:xfrm></pic:spPr></pic:pic></wpg:wgp></a:graphicData></a:graphic>a</wp:anchor></w:drawing></mc:Choice></mc:AlternateContent></w:r></w:p></w:body></w:document></w
I don't know what to fix in order to resolve the issue and I've hours of googling and forum searching but don't have the technical know-how to understand the specific issue as opposed to the general principles.

Re: Markup in the document following the root element must be well-formed

Posted: Mon Feb 17, 2020 12:19 pm
by Radu
Hi,

Sorry but such problems are hard to figure out without a full sample document. Probably you forgot to close an XML start tag.
If you want further help maybe you can send us (support@oxygenxml.com) a sample Word document that we can test on our side.

Regards,
Radu