Tamas Hernadi - 2007-06-21 08:09:37
look this:
xml file:
<?xml version="1.0" encoding="ISO-8859-1"?>
<katalógus_lista>
<katalógus gyártó="SALAMI S.p.A." tipus="katalógus" hely="feltoltott/salami_catalog_cable.pdf">Bowdenes távműködtetés</katalógus>
</katalógus_lista>
php script:
<?php
include_once('lib.xml.php');
$xml = new Xml;
$out = $xml->parse('proba.xml', 'FILE','ISO-8859-1');
print_r($out['katalógus']);
?>
output:
Array ( [0] => Bowdenes t [1] => ávműködtetés )
sum:
I think something is wrong in your code, please correct your class.