hi there!

i am trying to create some xml output which i can use with flash. i use the picture node and want to put out something like

  <node title="nodetitle" picturelink="picturelink" frontpage="true">
    <body>Bodytext</body>
  </node>

i tried different ways but found no solution. :-(
can anybody help?

Comments

merlinofchaos’s picture

Status: Active » Fixed

You'll need to use the Views API and create a new style plugin. You can probably base it off of the 'node_rss' plugin that creates an RSS feed from a node, I would guess.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

Bensbury’s picture

If you want custom XML output then please take a look here for a solution.
Not perfect but seems to work:

http://drupal.org/node/316107