Posted by php.developer2007 on 08/06/07 15:44
Hi i want to parse a xml document which contains attribute can anybody help me in that. Example -------------------- <category id="1" parent-id="1" level="2"> <category id="2" parent-id="1" level="3"> <category id="3" parent-id="5" level="6"> I want to get all id's in this example with using regular expressions.. Output ---------- 1 2 3
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming