我想lang
从父标签中提取属性值styling
。我如何获得这个?
我正在使用 libxml。
我试过getAttribute
了,但它不适用于父标签。
<styling lang="en-US">
<style id="jason" tts:color="#00FF00" />
<style id="violet" tts:color="#FF0000" />
<style id="sarah" tts:color="#FFCC00" />
<style id="eileen" tts:color="#3333FF" />
</styling>