scrapy / parsel

Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors
BSD 3-Clause "New" or "Revised" License
1.15k stars 146 forks source link

Create new element/tag like bs4's soup.new_tag("div") #244

Closed codejunction closed 1 year ago

codejunction commented 2 years ago

Option/feature to create and inject new tags or custom html to node in Selector

Gallaecio commented 2 years ago

The use case of parsel is data extraction. Could you describe a scenario of data extraction where this would be useful?