Reading XML namespaces

  • Thread starter Adam Tauno Williams
  • Start date
A

Adam Tauno Williams

Say I have an XML document that begins with:

<?xml version="1.0" encoding="utf-8"?>
<dsml:dsml xmlns:dsml="http://www.dsml.org/DSML">
....

How can one access the namespaces define in this node? I've done a fair
amount of XML in Python, but haven't been able to uncover the call to
enumerate the namespaces.

Primarily I am using etree from lxml.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,981
Messages
2,570,188
Members
46,731
Latest member
MarcyGipso

Latest Threads

Top