I've three different sets of blog lists on 3 different PC's. How can I merge them ?
Asked
Active
Viewed 777 times
3 Answers
0
The easiest way to do this is probably to just edit the text of the OMPL files. They're human-readable XML feeds. Take all of the <outline> elements from the <body> block and combine them into one big body block in one of the three files. Your RSS reader should handle any duplicates that result.
ceejayoz
- 2,282
0
XML Notepad by microsoft. Or just notepad++.
Just be careful about the start and end tags.
Justin Goldberg
- 632