By Becario Albert on
I know about XMLContent, but the XML file has to be pasted into the content body. What i look for is a module that can actually read from XML files and display the content according to some XSL.
Does such thing exist?
Comments
What about looking into core
What about looking into core PHP5 functionality, and SimpleXML?
That seems to be the way,
That seems to be the way, yes.
Anyway, how could i import the results via php to be shown in a node?
and?
Have you figured out how to do that? I also want to read an xml file and parse that into a markup type for a webform. I need this, because people need to be able to make an orderlist (over 150 little connector type products). For a webshop this is too little to setup. and to complex.
Thanks in advance...