Saving a document in XHTML format

Namo WebEditor supports saving documents in standards-compliant XHTML format. XHTML is a variant of HTML that conforms to the strict requirements of XML syntax. When you save a document as XHTML, Namo WebEditor adds the necessary XML declaration and !DOCTYPE tag to the document, checks the document for non-XHTML-conformant markup (such as capitalized or unclosed tags), and corrects any non-conformant markup automatically before saving the document.

The XHTML documents that Namo WebEditor saves conform to the XHTML 1.0 Recommendation.

To save a document in XHTML format
  1. Click the Namo button Namo Web Editor button namo Saving a document in XHTML format, point to Save As and then click Save As.
  2. Click the Save as type box and select “XHTML files”.
  3. Enter a file name and click Save.
Related topics

Validating source code

Saving a document in XHTML format