Where is xpath documentatios or tutorials

Thomas Weholt 2002 at weholt.org
Wed Jul 16 14:33:41 EDT 2003


I don't know if I'm understanding you correctly, but XPath doesn't have that
much with the process of reading or writing xml-files. It's used to
locate/query for sub-elements of a xml-document ( this might also be
slightly incorrect, haven't used XPath that much ). To create a xml-document
you can use plain text files you write your structure to manually or you can
use something like
http://diveintomark.org/archives/2003/07/08/on_simplicity.html. Read the
xml-sig docs available on www.python.org. Search www.xml.com or
www.ibm.com/developers for python and xml and you'll have tons of things you
study.

Hope this helps.

Thomas


"Luiz Siqueira Neto" <cybersamurai at mac.com> wrote in message
news:mailman.1058377465.26447.python-list at python.org...
> I can't find tutorials or documentation to use xpath with Python.
>
> I need read, create, write xml files easy.
>






More information about the Python-list mailing list