xml-to-json icon indicating copy to clipboard operation
xml-to-json copied to clipboard

Simple API that converts dynamic XML feeds to JSON through a URL or pasting the raw XML data. Made 100% in PHP.

Results 9 xml-to-json issues
Sort by recently updated
recently updated
newest added

file manager integration

The API is working fine with URLs until one of them has a space in it. (I replaced the space with %20 before sending it.) But, I get this error:...

bug

A user reached out to me saying they had an issue converting an XML feed: https://api.factmaven.com/xml-to-json/?xml=https://nitter.net/official_kep1er/rss This is the error is gives: ``` Warning: get_headers(https: //nitter.net/official_kep1er/rss): Failed to open stream:...

bug

I'm having trouble trying to parse XML from this link: http://www.managerzone.com/xml/team_league.php?sport_id=1&league_id=16222 Just because of the ampersand, the API considers it as a new parameter so it parses the content of...

Running into cases where because the XML i'm trying to parse is so large, passing it as a query string results in a an error: URI too long You can...

This pull request loops through JSON resulting object and gets post images exposing them to `postImage` variable.

enhancement

First of all thank you very much for the really great tool. Unfortunally I have faced a small issue that I haven't found a way to get around. I'm in...

bug

Right now you don't return any `Cache-Control` and `Expires` headers so every time the browser makes a request it downloads the whole response again. I'm not sure what kind of...

When I try to use [this](https://api.bestbuy.com/v1/products(sku%20in(6429442))?apiKey=m16fBGHO0ml7HaoS2zlneHcA) url as xml input it will give me `"Start tag expected, '<' not found"`. I am not too familiar with XML and some of...

bug