Hi,
I am beginners with scrapy and also with the python. So far I could manage to create some basic spiders based on given examples in scrapy doc. Now I would like to extend the default features according to custom requirement. Atm I am trying to change the default tag names in output xml. For example, 1) By default it generates xml with item_element='item' and root_element='items', instead I want to change it to item_element='ad' and root_element='ads'. Also multi-value fields are exported by each value inside the <value> element which i want to change with another name. Send me the sample source code for above asked query... Thanks BBB -- 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.
