Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xml replication

Status
Not open for further replies.

omrcm

Programmer
Feb 6, 2010
1
TR
Hi ,
I dont have use xml befor this application what I make now. Thats why I have question about xml replication. I have one xml file on local system and one file in one url( like ). I'll control the xml file on the url and look if have a modification than I'll make this same modification in my local xml file. How can I make this ?

Thanks for all, and sory about my bad english... :D
 
Through HTTP, you can send a request method HEAD for the document and check the "last-modified" response header see if it is posterior with respect to your local file's last modified date.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top