Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. iceolated

    SVG File search and replace string

    The actual svg will be much larger. I will end up replacing the text that comes in-betwenn <text> </text> around 80 times per svg file and I will have about 100 different svgs
  2. iceolated

    SVG File search and replace string

    Here is a sample svg I will be working with. My problem is literally as simple as replacing 'DESCRIPTION' and 'SHEET' with different text that I have stored in an array and saving it as a new file. <?xml version="1.0" encoding="UTF-16" ?> <svg height="3520" width="5440" > <style...
  3. iceolated

    SVG File search and replace string

    I need to read in a svg file, search for a specific string and replace it with a string I have stored as a variable, and save the new svg with a new file name. can anyone give me a few suggestions on how to get started? I am beginning to experiment with SVG::Parser, but I fear that there is an...

Part and Inventory Search

Back
Top