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

A utility to convert valid XML documents into React elements.

Results 55 xml-to-react issues
Sort by recently updated
recently updated
newest added

per @johnkpaul 's suggestion, we should refine the behavior when faced with an invalid XML document. today, `XMLToReact#convert` will simply [log a warning](https://github.com/CondeNast/xml-to-react/blob/9c251af4611b4a2f0901fd4915f2a4f99558748a/src/XMLToReact.js#L55) when supplied with an invalid XML document....

enhancement

We currently require our consumers to coerce and validate their attributes themselves within their converter callbacks. It may be beneficial to coerce the type of each XML node attribute value...

enhancement

Currently, we require converters to be defined to do anything. But as of React 16.x (if not earlier?), we can render custom/arbitrary tag names. This means that we can turn...

enhancement
in progress

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`^1.0.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/rollup/1.12.3/2.79.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/2.79.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/1.12.3/2.79.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | ### GitHub...

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [chai](http://chaijs.com) ([source](https://redirect.github.com/chaijs/chai)) | [`^4.1.2` -> `^6.0.0`](https://renovatebot.com/diffs/npm/chai/4.2.0/6.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chai/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chai/4.2.0/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ###...