May I ask a question:   how to get the elements in their origin order 
withing selector.xpath()
for example, <ul><li>1</li><li>2</li><li>3</li></ul>,   I want [1, 2, 3], 
but it return [2,3,1]
I use this xpath experssion: //ul/li/text()
thanks

-- 
You received this message because you are subscribed to the Google Groups 
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to