in reply to Parse XML file
$fh = "d:\\inetpub\\wwwroot\\cgi-bin\\classads\\testxmlfile.xml"; print "$fh<br>"; $data = $xml->XMLin('testxmlfile.xml');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parse XML file
by dmsparts (Sexton) on Dec 06, 2010 at 11:25 UTC |