I need i suppose theme made. Here is the problem, i set up drupal site, everything is fine, but i need Nodes to be exported as XML, beacuse i need it for flash. I used RSS feeds but they don't work as i would like them to work, so i am searching for someone who could make this output in XML, contact me on email.

marko@arabba.hr

Comments

throk’s picture

I'm not super awesome in PHP, or Drupal module creation.
But you should take a look at the views bonus pack: http://drupal.org/project/views_bonus
in particular the part

Bonus: Export
Allows views to be exported as CSV (comma separated values for spreadsheet applications), DOC (word documents), and soon XML.

I'm not sure if the XML part is functioning at all. However the CSV export function works well. If you are at all familiar with views, it's pretty easy, especially if you are just dealing with outputting only one particular node type at a time.
Anyways, if you make a Table View and set the fields the fields that you need, then you can set it to output to CSV which would be something like example.com/table-view-name/export/csv and I'm sure you can pass it an argument for the node ID or what not. This is a very loosely coupled approach. Maybe a little too hacked for you.

If you are looking to output lots of big CSV files you could look at this (seemingly orphaned) module: http://drupal.org/project/many_node_export_views

Or a better way would be to use XML-RPC with a small custom module. I can't really go much further into this because I'm still researching this myself for work. However XML-RPC is perfectly suited to easily pull data out. See http://drupal.org/node/82114

Well I've tried to wrap my brain around this for a while, my dilemma is more about writing complex data securely into Drupal from Flash by any number of users, ie the user inputs the data through flash, and they are basically the author.

If this didn't help you, then maybe it will help your potential developer. And if they happen to have any good ideas about my dilemma I would gladly love to here them!

Good luck

__________________________________________________________
http://www.TheHappyHourHero.com

throk’s picture

This looks quite promising here! http://drupal.org/project/services
make sure you checkout the handbook too!

__________________________________________________________
work in progress www.TheHappyHourHero.com