Hi,

I'm developping a software that will generate svg files. I want that when openning such a file in Illustrator (let say ver 10), it have several layers. I tried using groups :
<g id="Cartouche" >
or like
<g id="Cartouche" i:layer="yes">

I'm not successfull in having something else as a single layer. What to do to have severals layers?