So, how do I use the DOMXML extension? Do I need to install it as a module? When I do domxml_open_file() it gives me an error saying invalid function.
Thanks
Search found 2 matches
- Mon Mar 07, 2005 6:14 pm
- Forum: PHP - Code
- Topic: DOMXML and XPATH
- Replies: 3
- Views: 336
- Sun Mar 06, 2005 9:33 pm
- Forum: PHP - Code
- Topic: DOMXML and XPATH
- Replies: 3
- Views: 336
DOMXML and XPATH
Hello, I have been working on trying to find good documentation all day and I can't really find anything that is helping me. I have an XML file that contains data about parts of my site and I am trying to query for them, but I can't get XPATH to work with DOMXML. I tried the simple xml extension but...