thanks for the answer massimo.

xml parsing  i have done with dom parser.

for me the difficult part is to how i intgrate my xml parsing program
to the files which i have uploaded throgh web2py.
I want it  this way.

1. Upload the xml file and a zip file
   implemented with web2py
2. parse the content from the xml file and insert the data into a
mysql databse
i can generate the sql insert statesments with my xml parser.
interesting in knowing how i can insert this commands on the fly.
3. copy the content of the zip file to a specific folder other than
upload folder
have  written a simple file copy mechanism,  how can i execute this
script using web2py




On 30 Jul., 17:49, mdipierro <mdipie...@cs.depaul.edu> wrote:
> Is you problem parsing the xml data?
> I am not expert but Python comes with this 
> parser:http://docs.python.org/library/xml.sax.html
>
> massimo
>
> On Jul 30, 8:49 am, max <dulip.withan...@gmail.com> wrote:
>
> > I am trying to execute  upload a xml parser into my application and
> > parse it on the fly and insert the data into a database which is
> > connected to the web2py.
> > I have already written  a program to upload the xml file and the
> > files  (which are desribed in the xml)  seperately.
> > Can somebody give me some idea how this is done using web2py?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to