Hello,

We're planning to move our more then 100 web sites to Drupal. But our web sites contain dynamic pages like student list, course schedules etc. Does Drupal have a structure that allows us show data through provided XML or web services? But we don't want to transfere these data to a database, we just want to show them on the fly.

What I wonder more is, can we match the elements on XML with fields of Drupal?

As a summary; we have some XML data and we want to show them on Drupal, what is the best way to do that?

Is there anyone who is familiar with WSRP project (http://drupal.org/project/wsrp)? There is not enough documentation. Is there any usage examples? Is it useful for us?

Thanks

Comments

coderintherye’s picture

It's definitely doable. You might try http://drupal.org/project/xmlsync

However, what we did was write custom modules using xmlparse.