Import from HTML Files

HTML is one of the formats that can be imported as an XML document. The steps needed are:
  1. Go to menu File > Import > oXygen > HTML File .... The Import HTML wizard is displayed.
  2. Enter the URL of the HTML document.
  3. Select the type of the result XHTML document:
    • XHTML 1.0 Transitional
    • XHTML 1.0 Strict
  4. Click the OK button.
The resulted document will be an XHTML file containing a DOCTYPE declaration referring to the XHTML DTD definition on the Web. The parsed content of the imported file will be transformed to XHTML Transitional or XHTML Strict depending on what radio button the user chose when performing the import operation.