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: *

  • Users: jgu68
  • Order by date
  1. jgu68

    How to filter XML-elements with attributes in php?

    Thanks! Was able to solve it after checking out Xpath using this syntax: $aaa = $xpath->query("/mydoc/test[not(@id)]");
  2. jgu68

    How to filter XML-elements with attributes in php?

    Hello, im trying to import xml-data to MySQL. I only want to import rows without attributes, like 'aaa,bbb' in the example below. (I have no problems to import all rows.) Im using php + DOM XML <mydoc> <test> <text1>aaa</text1> <text2>bbb</text2> </test> <test id="something">...

Part and Inventory Search

Back
Top