mosiondz has asked for the wisdom of the Perl Monks concerning the following question:
Hello Perl Monks!
I am attempting to parse XML data from an HTTP request and place it into a local database. I've gotten to the point where I've got the XML data saved to a local temporary file and want to take the information from the XML file and place it into the database. However, the ASP script I'm pulling the data from queries a SEQUEL database and returns MS "RowsetSchema" XML Schema; I'm trying to parse the info from it on a Linux system and put it into a MySQL database.
My main question: is there a way to parse the XML schema on my Linux system with a Perl script? I looked at various CPAN parsers but can't seem to find one that interprets this schema correctly. Do I need a proprietary solution?
Thanks in advance!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parsing Data from XML Schemas
by meetraz (Hermit) on Jun 16, 2004 at 00:20 UTC | |
by mosiondz (Acolyte) on Jun 16, 2004 at 16:21 UTC | |
by meetraz (Hermit) on Jun 16, 2004 at 16:52 UTC | |
by mosiondz (Acolyte) on Jun 16, 2004 at 23:06 UTC | |
by meetraz (Hermit) on Jun 17, 2004 at 01:25 UTC | |
| |
|
Re: Parsing Data from XML Schemas
by Steve_p (Priest) on Jun 16, 2004 at 03:08 UTC | |
|
Re: Parsing Data from XML Schemas
by vladdrak (Monk) on Jun 16, 2004 at 06:50 UTC |