1
vote
2answers
419 views
How would I dynamically add a new XML node based on the values of other nodes?
Background:
I have an old web CMS that stored content in XML files, one XML file per page. I am in the process of importing content from that CMS into a new one, and I know I …
