Hi, how would you parse in php an xml like this one:
<archive>
<book name="AAA" />
<collection>
<book name="BBB" />
</collection>
</archive>
If I use PHP function getElementsByTagName to get the tags "book" it returns both the one with name "AAA" and the one with name "BBB", but I...
Thanks, I will try that.
Still wandering though what is the
allDone.WaitOne();
instruction in that link. That is, I don't get where the "allDone" comes from...
Hello!
I'm doing a client server application via TCP/IP and I need to transfer files: while the client transfers chunks of data, it waits for an acknowledge from the server, by doing this:
netStream.Read(data, 0, 1);
It means that it waits 1 byte from the server, then it goes on.
However if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.