Text editor that can replace everything between tags

Discussion in 'Programming/Scripts' started by larsvansante, Nov 23, 2015.

  1. larsvansante

    larsvansante New Member

    Hello,

    I am busy importing a lot of advertisements from 1 system to another using xml.
    I need to change the xml file a lot, so I need a function that replaces everything between tags.
    For instance: <id>236862</id> to nothing 184 times with different id's.
    Or <titulo></titulo> to <title>Example Title</title>

    Which linux text editor has this function?

    Thank you!
     

Share This Page