I have a structure, with a folder called tables and subfolders table 1, 2 etc.
In each sbbfolder is placed a XML file called table[Folder].xml.
there are a totol af + 600.000 lines.
a few of them looks like:
<c13> hej</c13>
My problem is the blanks - '> ' , where the number of blanks can be whatever (less than 1000).
So the example should be changed to:
<c13>hej</c13>
The blank problem can come in all lines, so i should look for >blank(s), not <c13>blank(s)
The easy solution would take all xml files in the subfoldrs in one go, but as its a 'Few of' task, its ok with opening one xml file at a time.
Best regards
Edvard Korsbæk
In each sbbfolder is placed a XML file called table[Folder].xml.
there are a totol af + 600.000 lines.
a few of them looks like:
<c13> hej</c13>
My problem is the blanks - '> ' , where the number of blanks can be whatever (less than 1000).
So the example should be changed to:
<c13>hej</c13>
The blank problem can come in all lines, so i should look for >blank(s), not <c13>blank(s)
The easy solution would take all xml files in the subfoldrs in one go, but as its a 'Few of' task, its ok with opening one xml file at a time.
Best regards
Edvard Korsbæk