Using c-shell, I need to do the following:
I have an XML file that has <tag>data</tag><tag2>more data</tag2>
etc..... This is all on one long line, or multiple lines if it goes past 1024 characters or so. I need to work with this file to parse these values, and want to break the file up wherever there is a >. In other words, every > I want to replace with a \n (LF.
Help!!!
Thanks
Erik
I have an XML file that has <tag>data</tag><tag2>more data</tag2>
etc..... This is all on one long line, or multiple lines if it goes past 1024 characters or so. I need to work with this file to parse these values, and want to break the file up wherever there is a >. In other words, every > I want to replace with a \n (LF.
Help!!!
Thanks
Erik