Hi there,
One way would be to use some kind of scripting language (php, python,
etc.) to parse your KML and create individual files. You could also
make use of the libkml library if you wanted something more robust
than simple string manipulation. These approaches do require some
programming knowledge, however.
Cheers,
-Josh