Closed rn4n closed 7 years ago
Hi,
no, yattag is just a fast way of producing xml strings, but it doesn't keep all the nodes of a document in memory. There is no way to load a XML document with yattag and modify it. For what you're trying to do, I'd use pyquery, I find it very easy to use: https://pythonhosted.org/pyquery/ .
@leforestier I'll try it, cheers.
Consider this XML:
Is possible to use yattag to load this XML and change the content from a specific node with
name
attribute?