Has there been a module that feeds out dynamically-driven xml based on name value pairs and such?

For instance:
http://localhost/get_feed.php?table=users

And it comes out:


1
stuart
etc..

Anyone??

Comments

kadarusj’s picture

This is what I want to come out:

<XMLTAGS>
   <user>
      <uid>1</uid>
      <username>stuart</username>
      etc...
   </user>   
</XMLTAGS>