Querying SimpleXML object with CSS selectors instead of XPath

I'm using SimpleXML to load and parse an XML document with PHP.I'm not too familiar with XPath and I would prefer using CSS selectors to parse it. What are my options? Is there anything pre-build for SimpleXML, or should I be using something different altogether ?
 
Back
Top