Loading...
Copy code
Close
Permalink
Close
Please tell us why you want to mark the subject as inappropriate.
(Maximum 200 characters)
Report Inappropriate
Cancel
Private Message
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Cancel
From :
guest
To :
Subject :
Content :
Type the characters you see in the picture below.
Send
Update
Cancel
Feedback
Email ID
Subject :
Comments :
Send
Cancel
Private Message
Type the characters you see in the picture below.
Type the characters you see in the picture below.
Attach files
Desktop
Zoho Docs
Google Docs
Each Attachment size should not exceed 1MB.
Max no of attachments : 0
Loading User Profile...
guest
Response title
This is preview!
Attachments
Publish
Back to edit
Cancel
(
)
Sign In
You can also use the below options to login
Login with Facebook
Login with Google
Login with Yahoo
New to this Portal?
Click on Join Now to Sign Up
Join Now
Help
Feedback
Sign In
Processing Forum
Recent Topics
All Forums
Search All
Tags
Author
Advanced Search
Search
New Topic
Move this topic
Forum :
Share your Work
Programming Questions
Core Library Questions
Contributed Library Questions
Android Processing
Processing with Other Languages
Integration and Hardware
Library and Tool Development
Events and Opportunities
General Discussion
Sub forum :
Move this topic
Cancel
Integration and Hardware
linton.jon
advice on pulling XML data into processing sketch from a php page.
in
Integration and Hardware
•
1 year ago
Hi,
I am going to start a processing sketch that pulls / parses XML data from a php site:
http://jonlinton.com/ipw/getsteps.php
Can anyone give me some beginning pointers on how to hook up to the site (maybe with an http request) and pull the XML into the sketch...Thanks!
-J
1
Reply
Replies(1)
calsign
Re: advice on pulling XML data into processing sketch from a php page.
1 year ago
Simply loading the data into an
XMLElement
like so should work:
XMLElement xml = new XMLElement(this, "http://jonlinton.com/ipw/getsteps.php");
Leave a comment on calsign's reply
Change topic type
Topic Type :
Discussions
Questions
No of days :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Change topic type
Cancel
Link this topic
Provide the permalink of a topic that is related to this topic
Permalink
Save
Close
Reply to linton.jon's question
Top
Reply
{"z8672916":[25080000001575416],"z5123726":[25080000001575423]}
Statistics
1
Replies
394
Views
1
Followers
Tags
Cancel
data
xml
http request
processing
php
Actions
Permalink
Related Posts
Processing serial servo communicati...
OpenCV face detection+ Arduino serv...
OpenGL Applet Mystery
Exporting to Application and Readin...
Running processing apps through the...