dz101 wrote:
> What i'm looking for is a way for the XML file to be
> autimatically written to the server rather than
dynamically generated because
> it seems to be painfully slow that way.
If you find the dynamic generation to be painfully slow, it
suggests
there's something wrong with your server.
If you want to write it to a file, it's simply a question of
generating
a recordset, using a loop to generate the XML and save it to
a string,
and finally using PHP to write the string to a file. It's a
relatively
trivial procedure for anyone with intermediate PHP skills.
However, I
don't know of an off-the-shelf way of automating it for you.
Sorry.
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/