[PHP] tidy

2008-08-08 Thread Selwyn Polit
iled I am using php5 on westhost. thanks Selwyn -- Selwyn Polit Computer Consulting, programming, web sites 512-696-0410 www.AustinProgressiveCalendar.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] phpeclipse debugging & setup

2008-05-31 Thread Selwyn Polit
work? Why does the preferences page not show PHP Web developing? Why is only MySQL included and not postgresql in the setup? Any suggestions, explanations, instructions, sources of information would be appreciated. PJ -- Selwyn Polit Computer Consulting, programming, web

[PHP] read xml files with namespaces

2008-05-27 Thread Selwyn Polit
69-4254-9008-36AF15CC601B.xml') ; $qry = '//component' ; $nodeList = $xpath->query($qry); header('Content-Type: text/plain'); foreach ($nodeList as $node) { echo $dom->saveXML($node) . "\r\n"; } -- Selwyn Polit Computer Consulting, programming, web site