<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dd="http://example.com/ns/1.0" xml:lang="en-US">
<entry>
<content type="html">Hello World!</content>
<dd:country_code>USA</dd:country_code>
</entry>
lxml.objectifyを使用して、両方の「HelloWorld!」にアクセスしたいと思います。および「USA」。どのようにそれを行うことができますか?私は効率には関心がなく、ただの節約に関心があります。私は考えられるすべてのことを無駄に試しました。