Edit online

Import from HTML Files

Oxygen XML Developer Eclipse plugin offers support for importing HTML files into an XML document.

Import Wizard Method

To use the Import wizard to import from HTML files, follow these steps:
  1. Go to File > Import/Convert > Oxygen XML Developer Eclipse plugin > HTML File to XHTML. The Import HTML to XHTML wizard is displayed.
  2. Select a parent folder and file name for the resulting XHTML document.
  3. Enter the URL of the HTML document.
  4. Select the type of the resulting XHTML document:
    • XHTML5
    • XHTML 1.0 Transitional
    • XHTML 1.0 Strict
  5. Click the Finish button.

Result: The resulting document is an XHTML file containing a DOCTYPE declaration that references the XHTML DTD definition on the Web. The parsed content of the imported file is transformed to XHTML5, XHTML Transitional, or XHTML Strict depending on the option you chose.