I try to get 5-10 values from XML
$xpath = $xml->xpath('//FILM');
Its posible set start position? example:
$xpath = $xml->xpath('//FILM[position() = 5 and position() = 10');
I try to get 5-10 values from XML
$xpath = $xml->xpath('//FILM');
Its posible set start position? example:
$xpath = $xml->xpath('//FILM[position() = 5 and position() = 10');