How do I make a function in python to access an XML document?
by windyta_anjani on May 23, 2011Q: How to make a function in python for accessing XML document where its data is used in 3 other of XML document?
Q: How to make a function in python for accessing XML document where its data is used in 3 other of XML document?
Python has a number of existing functions to help you read XML files and discern usable data. See this article for how to use them: http://bit.ly/2HFHmF
Mark (Uber Geek) says: on May 23, 2011 at 11:37 am
Thank you for the article, but my project still can’t be solved with those function.. 🙁
windyta_anjani (Newbie) says: on May 24, 2011 at 5:04 am