Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi Carlos,
In general, yes, parsing is the only way because this is what all browsers do.
At a minimum, you must merge head and body parts of your files separately.
There is a chance that you might be able to use regular expressions to merge your files, but this completely depends on the contents of the original files and how they should be merged.
In general, yes, parsing is the only way because this is what all browsers do.
At a minimum, you must merge head and body parts of your files separately.
There is a chance that you might be able to use regular expressions to merge your files, but this completely depends on the contents of the original files and how they should be merged.