Update only Xml node (PHP5)
- From: "jhullu@xxxxxxxxx" <jhullu@xxxxxxxxx>
- Date: 17 Jul 2006 03:55:32 -0700
Hi all
can I update a xml node AND write the new value in a file witout
re-write all the file ?
sample :
my xml file :
<sample>
<exo id="1" value="Test" />
</sample>
i want to modify the file like
<sample>
<exo id="1" value="Test updated" />
</sample>
is it possible ?
.
- Follow-Ups:
- Re: Update only Xml node (PHP5)
- From: Richard Levasseur
- Re: Update only Xml node (PHP5)
- From: ImOk
- Re: Update only Xml node (PHP5)
- Prev by Date: Re: How to refresh page without prompt the "resend information...."?
- Next by Date: PHP5:soap extension - Encoding problem
- Previous by thread: php_sqlite.dll "Access Denied"
- Next by thread: Re: Update only Xml node (PHP5)
- Index(es):