Uses an externally-installed xml2html to convert the XML to HTML, then opens up the rendered HTML in a web browser.
Uses an externally-installed xml2rfc to convert the XML to text, then opens up a text editor (or an xterm running less) on the result.
Uses Julian Reschke's xsl transform to convert the XML to HTML, then opens up the rendered HTML in a web browser. This procedure does not require any external software, so should work on any system even without the xml2rfc tool installed.
Use the xml.resource.org online converter to convert the XML to text, then opens up a text editor (or an xterm running less) on the result.
Inserts an empty <?rffc include=''?> processing instruction into the current element at the cursor position, or after the current element if it can't accept a processing instruction inside. NOTE: because of this automatic behavior, double-check using the path at the top of the screen that the processing instruction got inserted inside the node you wanted it in; it's easy to get it after which will confuse the conversions.
Asks for a selection of an external editor from a popup list, saves the current document, runs the external editor, and waits for the user to pick "OK" in the dialog box; then reloads the document if it's been modified. Intended to facilitate editing of elements that xxe can't (in particular the <?rfc ?> elements at the top). This menu item is only available when editing a local file, and will be grayed out if editing via FTP or DAV.
Checks references from <reference> elements to RFCs and Internet-Drafts; makes note of any that are obsoleted, expired, updated, etcetera.
Pastes the system selection into the document as a series of paragraphs. Paragraph boundaries are determined by one or more blank lines. This is useful when copying text from a non-XML source.
When one or more paragraphs (<t> elements) are selected, convert them to a list.
See the next section for documentation of this sub-menu.
This submenu allows conversion using the xml.resource.org web form. Each sub-menu item corresponds to a different output formatted supported by the form. It asks for the file to save the result in; then uploads the XML in the editor buffer to the web form and saves the results from the web form in the result file.
Asks for the file to save the result in; then uses an externally-installed xml2html to convert the XML to HTML.
Asks for the file to save the result in; then uses an externally-installed xml2rfc to convert the XML to text.
Asks for the file to save the result in; then uses Julian Reschke's XSL transform to convert the XML to HTML.
NOTE: This procedure requires xxe Professional Edition; the FO plugins are not supported in Standard Edition.
Asks for the file to save the result in; then uses Julian Reschke's XSL transform to convert the XML to XML-FO, then uses an xxe XML-FO plugin (if installed) to convert the FO to PDF.