I don't know if this is the right place to ask for help. If it isn't I apologize.
......
for project in self.soup.find_all("project"):
projectPath = project.path.string.split('/')
print projectPath[0] #is ok
print project.name.string# error AttributeError: 'str' object has no attribute 'string'
I can't parse the tag named 'name'. I have tried the rest of them and they work.
Is this relevant with the fact that bs provided already the name attribute?
Regards,
Giorgos
--
Giorgos Tsiapaliwkas (terietor)
KDE Developer
terietor.gr