Choose any XML element using XPath expression in order to select XML elements for conversion to CSV file. Only child elements that match the expression will be converted.
Since I started working with Laravel, I always wanted a simple helper that could convert XML files to JSON. I created the first version of this package to do exactly that. While the package isn't ...