1<?php
2
3include "bootstrap.php";
4
5$response = file_get_contents(DOCUMENT_RESPONSE_XML_2);
6
7$object = SolrUtils::digestXmlResponse($response);
8
9$dotted_property = $object["dotted.property"];
10
11print_r($dotted_property);
12