hello monks,
i need to parse a xml file and take the parsed contents in to a database
is there any module which i can you that does this
ex:
<InteractionComponentList>
<InteractionComponent role_type="input" molecule_idref="200568">
</InteractionComponent>
i need the output like this:
role_type="input"
molecule_idref="200568"