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.
データを別の xml に別の形式で抽出する必要がある xml があります。マップされるフィールドは、xsl によって提供されます。この xsl マッピングを使用して、アプリケーションによって行われた xml 変換が正しいかどうかをテストする必要があります。xml は GB サイズに達する非常に大きいため、Python の lxml から iterparse を使用することを好みます。lxml を使用して 2 つの xml を xsl で提供されるマッピングにマップするにはどうすればよいですか?