Find/Replace Across Multiple XML Files

Having trouble installing Oxygen? Got a bug to report? Post it all here.
PoetryProject
Posts: 3
Joined: Wed Mar 02, 2016 5:45 am

Find/Replace Across Multiple XML Files

Post by PoetryProject »

Hello All!

Thank you for taking the time to read this. Members in my research project encoded special characters using Unicode of the form U+0000. Unfortunately, we can't get these special characters to render. We've since begun using HTML codes which render just fine. The problem is that we have 100+ XML files in which all special characters are of the form U+0000.

It would take quite a bit of time to edit every file, so we would like to use the Find/Replace function to replace the Unicode codes with HTML codes.

Control + F brings up the menu to do so, but I've tested the function on three open XML files, and I can't get the function to search and replace across all open XML files. I've played with the various options in the dialog box but have been unsuccessful. Am I supposed to use an XPath expression to specify the scope of the Find/Replace function?

Additional Info: I'm using oXygen XML Editor 17.0

Thank you for whatever help you can offer!

Best,
WWI Researcher
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: Find/Replace Across Multiple XML Files

Post by adrian »

Hello,

For searching/replacing in files you can use Find > Find/Replace in Files and pick the appropriate scope and file filters. Make sure you use Preview when replacing.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
PoetryProject
Posts: 3
Joined: Wed Mar 02, 2016 5:45 am

Re: Find/Replace Across Multiple XML Files

Post by PoetryProject »

Thank You!
Post Reply