Page 1 of 1

Check Well-Formedness

Posted: Wed May 04, 2011 2:10 am
by BarryK
I am new to this forum, and maybe this has been asked before, but seriously, "Well-Formedness"?! :shock:

Maybe it is a technical writer thing... :wink:

Re: Check Well-Formedness

Posted: Wed May 04, 2011 9:28 am
by adrian
Hello,

It's even more technical, it's an SGML/HTML/XML technical term.
In Oxygen's case it refers to the verification of the XML document's correctness with regard to the XML specification.
http://www.oxygenxml.com/doc/ug-oxygen/ ... dness.html

e.g. Document not well-formed

Code: Select all

<root><bad></root>
When using the "Check Well-Formedness" action you will receive this error:
F [Xerces] The element type "bad" must be terminated by the matching end-tag "</bad>".
Regards,
Adrian