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
Comment #1
merlinofchaos commentedYou'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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
Bensbury commentedIf 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