Entity system

Hello,
I need to split a svg file into many files. I've used an entity system

<!ENTITY part1  SYSTEM "part1.xml">
<!-- ... -->
&part1;

but that didn't work at all neither with firefox nor with opera.

What's the problem? these browsers do not support this basic use of xml?

Any suggestion to split a file into many, apart from scripting?

tnx

Received on Monday, 12 March 2007 19:18:08 UTC