473,511 Members | 10,195 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Writing a local XML file from a parsed URL?? Similar to RSS

Hello,

I am trying to pull the XML data from the following stream:
http://www.360voice.com/api/blog-get...ngeagent&num=5
and write it to a local file.

Actually, what I would like to do is take the above stream and display
it into a website... much like displaying RSS feeds on a webpage.

I looked at javascript, but someone there pointed me to the PHP group.
I may not have worded the subject correctly.

Thanks so much for any help/advice!!

I appreciate it!!
Shannon

Jun 27 '06 #1
2 1370
linearfusion wrote:
I am trying to pull the XML data from the following stream:
http://www.360voice.com/api/blog-get...ngeagent&num=5
and write it to a local file.

This can be accomplished with file_get_contents() combined with fopen() and
fputs() see the manual for more information about these functions.
Actually, what I would like to do is take the above stream and display
it into a website... much like displaying RSS feeds on a webpage.


There are many ways in which you can do this, per example with XSLT; see the
following pages for more info:

http://www.php.net/xslt (PHP 4)
http://www.php.net/xsl (PHP5)
JW
Jun 27 '06 #2
Thanks JW!!!!
Janwillem Borleffs wrote:
linearfusion wrote:
I am trying to pull the XML data from the following stream:
http://www.360voice.com/api/blog-get...ngeagent&num=5
and write it to a local file.


This can be accomplished with file_get_contents() combined with fopen() and
fputs() see the manual for more information about these functions.
Actually, what I would like to do is take the above stream and display
it into a website... much like displaying RSS feeds on a webpage.


There are many ways in which you can do this, per example with XSLT; see the
following pages for more info:

http://www.php.net/xslt (PHP 4)
http://www.php.net/xsl (PHP5)
JW


Jun 27 '06 #3

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

Similar topics

0
1705
by: Peter A. Schott | last post by:
If I want to verify that a file has finished writing before deleting the remote file, what would be the best method? Current code on Python 2.4: #filename - remote FTP server File Name...
4
6397
by: john smith | last post by:
Hi, I have a file format that is going to contain some parts in ascii, and some parts with raw binary data. Should I open this file with ios::bin or no? For example: filename: a.bin number of...
3
1941
by: Jiho Han | last post by:
Should ASPNET user belong to the local Users group? I may have made some changes that affected my workstation setup and I am experiencing some unexpected behaviors. For example, I have my IIS...
1
2500
by: Peter Strøiman | last post by:
Hi. I have a web project, that is intended to be installed multiple times as different product with different names. All strings in the web are placed in local resource files. In some of the...
0
1706
by: Yunus's Group | last post by:
Yunus's Group May 23, 3:36 pm show options Newsgroups: microsoft.public.dotnet.languages.vb From: "Yunus's Group" <yunusasm...@gmail.com> - Find messages by this author Date: 23 May 2005...
2
1857
by: linearfusion | last post by:
Hello, I may not have worded the subject correctly, but what I am trying to do is pull the XML data from the following stream,...
2
2369
by: totoro2468 | last post by:
Here is my code and output. Why is it writing to the array incorrectly, when I rewinded the file to the beginning? CODE: void ReadString (char *filename, int *lengthPtr) { FILE *ifp; char...
1
2896
by: deciacco | last post by:
I'm trying to write a utility that will compare a local directory and it's subdirectories with a directory on an ftp server. The .net directory and file classes could be useful on the local side,...
59
3392
by: riva | last post by:
I am developing a compression program. Is there any way to write a data to file in the form of bits, like write bit 0 then bit 1 and then bit 1 and so on ....
0
7245
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7144
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7356
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7085
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5069
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
3214
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1577
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
449
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.