views:

30

answers:

0

In my attempt to go through and rename styles before feeding multiple docx's into a merge library I have created a large and complicated routine that modifies the <w:style w:styleId="..."> and <w:name w:val="..."> attributes of the style element. Then modifies any reference to old style id's in the rest of the docx.

This seems as if it shouldn't be this laborious, does anyone know of a better way? -nomad311