lxml and adding a stylesheet

S

Sean Davis

I have an xml document and simply need to add an xml-stylesheet to
it. I am using lxml to parse the xml document and then would like to
insert the xml-stylesheet tag using the etree api. Any suggestions?

Thanks,
Sean
 
S

Stefan Behnel

Sean said:
I have an xml document and simply need to add an xml-stylesheet to
it. I am using lxml to parse the xml document and then would like to
insert the xml-stylesheet tag using the etree api. Any suggestions?

I assume you are talking about a processing instruction here, not a tag.

Use the .addprevious() method on the root Element with a PI object.

Stefan
 

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,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top