If you just want to get into it and use it, I'd recommend the following:



It requires the installation of the 4Suite module as well, but it's well worth it.  I uses data binding techniques to convert your document into a large tree of named XML Object (for lack of a better explanation).  You will then be able to output any portion by calling something like the following:

document.body.text.xml()


What you call, of course, will depend on the name of each of your nodes in the document.  Keep in mind as well that currently there are a couple of issues with "freezing" this into a binary as well.  If you just plan to let Python interpret it without "compiling" you will be fine.  Amara is an amazing product.  And being free doesn't hurt.  ;)

Regards,
Michael
On Dec 11, 2005, at 1:15 AM, [EMAIL PROTECTED] wrote:

OK, I have this  XML doc, i dont know much about XML, but what i want

to do is take certain parts of the XML doc, such as </title> blah

</title> and take just that and put onto a text doc. Then same thing

doe the </body> part. Thats about it, i checked out some of the xml

modules but dont understand how to use them. Dont get parsing, so if

you could please explain working with XML and python to me. Email me at

[EMAIL PROTECTED]


Aim- jayjay08balla

MSN- [EMAIL PROTECTED]

Yahoo- raeraefad72



Thx


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to