user1375948
user1375948

Reputation: 177

DOM manipulation in python/Django like Jquery

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

Answers (1)

Ivan Klass
Ivan Klass

Reputation: 6627

I think you can look for more general libraries designed for XML processing

Upvotes: 1

Related Questions