473,385 Members | 1,347 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Remote XML Parsing

How can I parse a remote XML file with Python?
And what will I be able to do with this XML file in Python?

Sorry if this is a noob-ish question.

Mar 30 '07 #1
3 2786
py*******@gmail.com a écrit :
How can I parse a remote XML file with Python?
And what will I be able to do with this XML file in Python?

Sorry if this is a noob-ish question.
You can process XML data with Python as long as you can get it - you
will be able to do what you want with it.

How do you access your remote file ?

....more details would be wellcome...
Mar 30 '07 #2
On Mar 30, 5:56 pm, Laurent Pointal <laurent.poin...@limsi.frwrote:
pyappl...@gmail.com a écrit :
How can I parse a remote XML file with Python?
And what will I be able to do with this XML file in Python?
Sorry if this is a noob-ish question.

You can process XML data with Python as long as you can get it - you
will be able to do what you want with it.

How do you access your remote file ?

...more details would be welcome...
Well I'll be happy to access in the way your comfortable with.

Mar 31 '07 #3
py*******@gmail.com wrote:
On Mar 30, 5:56 pm, Laurent Pointal <laurent.poin...@limsi.frwrote:
>pyappl...@gmail.com a écrit :
How can I parse a remote XML file with Python?
And what will I be able to do with this XML file in Python?
Sorry if this is a noob-ish question.

You can process XML data with Python as long as you can get it - you
will be able to do what you want with it.

How do you access your remote file ?

...more details would be welcome...

Well I'll be happy to access in the way your comfortable with.
Net protocols -urllib2 module
Local files (or network mounted files) -open function
Remote call -xmlrpc, omniORBpy, pyrpc...
Once you get the XML data... sax/dom/elementtree & Co (see Python docs, Dive
Into Python...).
Mar 31 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: O.Gir | last post by:
Hi all, can't manage to do it ..... was so easy under solaris .... anybody knows how to get free disk space on remote disks ??? (with both local and remote *$#@%§&* machines running *$#@%§&*...
0
by: Pentti | last post by:
Can anyone help to understand why re-parsing occurs on a remote database (using database links), even though we are using a prepared statement on the local database: Scenario: ======== We...
0
by: lucfax | last post by:
This is the situation: - Server windows 2003 (not in domain but only workgroup), with remote debugging component installed on it - Development PC Windows XP Professional in a domain XYZ with VS...
2
by: MuZZy | last post by:
Hi, The app i develop supose to have a remote control/reporting feature, so that if a client connects to it, he can obtain information about application state and to send some commands. I...
5
by: PulsarSL | last post by:
Hey everyone, What function can I use to grab a .csv file from a remote webserver for use in my PHP script. I want to do some parsing and statistical analysis on it (server side). What PHP...
0
by: franz1975 | last post by:
Hi all, I have developed an Library Application with ASP.NET 1.1. In this environment i call Remote Web Service in this way : ******************************************************* where...
3
by: alex | last post by:
Hello, My script is trying to get a file from a remote server, every day it ftps from a directory. My code works perfect if I know the name of the file in the remote directory. ...
3
by: Matias Surdi | last post by:
Anyone knows how having the IP address of a host on the lan could I get the mac address of that hosr? p/d: Parsing the output of arp -a is not an option. Thanks a lot!
2
by: Martin Zugec | last post by:
Heya, googling\liveing around, but I found no results - any ideas how to retrieve timestamp of remote file (http\ftp)??? Idea is to build auto update utility that could (based on timestamps)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.