Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ElementTree は DTD または XSD をサポートしていないという点で正しいですか? できればXMLスキーマを介して、検証をサポートするために何かをElementTreeにプラグインする手段はありますか?
lxml ライブラリを使用してみます。etree 表現と検証をサポートしています。