From 0738d153b17c80ef1a9b6df1ccc385cc60f50703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 7 May 2025 14:42:36 +0200 Subject: [PATCH] faq.md: XML section --- topics/basics/faq.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/topics/basics/faq.md b/topics/basics/faq.md index c64068056..c8ec57851 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -13,8 +13,14 @@ See [](getting_help.topic#problems-with-code-support-issues) on how to post new ## Working with XML and XML DOM -* [How do I change the value of an XML attribute through the PSI?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206139639-Change-xml-attribute-value) -* [How do I programmatically register a DTD or schema?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206795425-How-to-register-DTD-with-idea) +> See also [](xml_dom_api.md). + +### How do I register a DTD or XSD? + +To register a bundled DTD/XSD file, use +for static +or +for programmatic registration. ## Refactoring