Check Well-Formedness

Oxygen general issues.
BarryK
Posts: 1
Joined: Tue May 03, 2011 11:31 pm

Check Well-Formedness

Post 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:
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Check Well-Formedness

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply