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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. alphador

    XML Parsing

    Thank you, it works!
  2. alphador

    XML Parsing

    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...
  3. alphador

    Network Stream blocked!

    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...
  4. alphador

    Network Stream blocked!

    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...

Part and Inventory Search

Back
Top