Oxygen XML: Is there a simpler method?
Posted: Fri Feb 21, 2025 5:04 am
I have an early modern book with a very large TEI:XML file that has some things labeled with or.
To obtain a list of every element, I'm currently using the XPatch Command //persName. After that, I search for entries that are similar, utilize Refactoring/Add Change/Attributes, and create a new XPath for the individual to add the required attributes.
Is there a simpler method? For example, choosing every entry in the XPath Results and simply adding the attributes without going through the refactoring section?
To obtain a list of every element, I'm currently using the XPatch Command //persName. After that, I search for entries that are similar, utilize Refactoring/Add Change/Attributes, and create a new XPath for the individual to add the required attributes.
Is there a simpler method? For example, choosing every entry in the XPath Results and simply adding the attributes without going through the refactoring section?