Hello,
I'm a web developer, I'm starting using drupal 7.x, I have an xml file that I want to parse it to get information from it and display it to a node,
is there a module to do this ?
if yes, some explication will be appreciated.
thank you

Comments

nevets’s picture

You can use drupal_xml_create() which is a wrapper for xml_parser_create()