jdom2 を使用していますが、要素の値をスペースで設定しようとするとエラーが発生します。
コード コードの一部は次のようになります。
Element feature = new Element("feature");
feature.setAttribute("name", "semantic role");
エラー:
Exception in thread "main" org.jdom2.IllegalNameException: The name "semantic role" is not legal for JDOM/XML attributes: XML names cannot contain the character " ".