Re: [Tutor] Read XML records one by one

2010-03-08 Thread Glen Zangirolami
Another alternative to parsing XML is beautiful soup. Website: http://www.crummy.com/software/BeautifulSoup/ Documentation for parsing xml: http://www.crummy.com/software/BeautifulSoup/documentation.html#Parsing%20XML sample code: from BeautifulSoup import BeautifulStoneSoup xml = "Contents 1Con

Re: [Tutor] Read XML records one by one

2010-03-08 Thread Stefan Behnel
Hichiro, 08.03.2010 10:48: I'm trying to read one by one record in XML file to find out its tag and attribute for schema matching. But I haven't done yet. So, could you help me?! You were not very specific about your data, neither did you provide enough information about your use case to under

[Tutor] Read XML records one by one

2010-03-08 Thread Hichiro
Hi all! I'm trying to read one by one record in XML file to find out its tag and attribute for schema matching. But I haven't done yet. So, could you help me?! Thanks so much! :) -- Best regards, Vinh NV CNPM K50 DHBKHN Y!: Vinh.dhbk Sky : Vinh.dhbk 84 976 314 988 __

[Tutor] Read XML records one by one

2010-03-08 Thread Hichiro
-- Best regards, Vinh NV CNPM K50 DHBKHN Y!: Vinh.dhbk Sky : Vinh.dhbk 84 976 314 988 ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor