How can I make a split within a generic list generated through an xpath function in python? When I generate the xpath the string comes all in a single line and I need to separate them as \ n does.
abmedList = abmedlistas.xpath('.//p/text()').extract()