Reputation: 177
I want do some DOM manipulation of my HTML file in Django/Python jut like JQuery I want to select a p tag and change its value right inside python Is there any library to manipulate html tags, set and get their values inside Python just like JQuery?
Please guide me to achieve this functionality. Please put some examples also
Upvotes: 0
Views: 2426
Reputation: 6627
I think you can look for more general libraries designed for XML processing
Upvotes: 1