<element id="194070" > <types> <type id="445"/> <type id="643"/> </types> </element>
I can flatten the xml and recreate a table which looks like this...
element.id | type.id.1 | type.id.2 194070 445 643
But in order to build a association table for the m:m relationship I need this;
element.id | type.id 194070 445 194070 643
Can anyone offer a way to create this association table ?