Tool for mass adding properties to many xml files?

Posted by user22902 on Super User See other posts from Super User or by user22902
Published on 2012-09-11T14:59:07Z Indexed on 2012/09/11 15:41 UTC
Read the original article Hit count: 202

Filed under:
|

I have some xml that looks like this in each report:

Header
Cell
/Cell
Cell
/Cell
...
/Header

In each cell I need to add:

                <property name="borderBottomColor">#E1E1E1</property>
                <property name="borderBottomStyle">solid</property>
                <property name="borderBottomWidth">thin</property>

This will take me about a week to do manually.

Is there a tool that could do this?

Thanks

© Super User or respective owner

Related posts about windows-7

Related posts about Xml