Hi Brian,
 
> I'm wanting to gather info from a database and create
> a downloadable xml file using ASP. This is my first
> project using xml. Could someone tell me where I can
> find some resources or a tutorial on how to accomplish
> this?

Do you just need to provide an ado-capable xml structure (something
that will exactly represent the structure of the data as it appears
in the recordset), or are you needing to format it with a specific
style?

For the first you can use the recordset "save" method (google on
microsoft for "adodb recordset save xml"), if you need to format it
specifically to an alternative predetermined structure you'll need
to study XML a while to ensure you're creating the output correctly.

Regards,

Shawn K. Hall
http://12PointDesign.com/
http://ReliableAnswers.com/

'// ========================================================
   "The energy of the mind is the essence of life."
        -- Aristotle




---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to