Hi everyone,
hope you can help, I have been through most of the postings and couldn't find anything to help me with this problem. Not sure if it can be done so any help would be greatly appreciated.
I need to clean up a large number of xml files and combine them all into one big file(which I can create the macro for to go through them all) but need some help with regexp.
I want to eliminate any space characters (tabs, spaces and carriage returns) but not any spaces within the start and end tags.
For example:
<starttag>this is a test</starttag>
<start2>helpappreciated</start2>
Should become:
<starttag>this is a test</starttag><start2>helpappreciated</start2>
Thanks for your help
I'm using UE 12.00+3 and Ultraedit expressions
hope you can help, I have been through most of the postings and couldn't find anything to help me with this problem. Not sure if it can be done so any help would be greatly appreciated.
I need to clean up a large number of xml files and combine them all into one big file(which I can create the macro for to go through them all) but need some help with regexp.
I want to eliminate any space characters (tabs, spaces and carriage returns) but not any spaces within the start and end tags.
For example:
<starttag>this is a test</starttag>
<start2>helpappreciated</start2>
Should become:
<starttag>this is a test</starttag><start2>helpappreciated</start2>
Thanks for your help
I'm using UE 12.00+3 and Ultraedit expressions