diff --git a/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md b/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md index f4ef485a4..439507049 100644 --- a/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md +++ b/topics/reference_guide/frameworks_and_external_apis/xml_dom_api.md @@ -378,18 +378,6 @@ If the contributed elements depend on anything other than plain XML file content Annotate DOM model with [`Namespace`](%gh-ic%/xml/dom-openapi/src/com/intellij/util/xml/Namespace.java) and register namespace key mapping via `DomFileDescription.registerNamespacePolicy()` from `DomFileDescription.initializeFileDescription()`. -### Generating DOM from Existing XSD - -DOM can be generated automatically from existing XSD/DTD. -Output correctness/completeness will largely depend on the input scheme and may require additional manual adjustments. - -Follow these steps: - -* Run IntelliJ IDEA with _Plugin DevKit_ enabled in the [internal mode](enabling_internal.md) -* Select Tools | Internal Actions | DevKit | Generate DOM Model -* Select Scheme File and set options, then click Generate to generate sources -* Modify generated sources according to your needs - ### IDE Support _Plugin DevKit_ supports the following features for working with DOM related code: