Daniel Taveras

Results 2 issues of Daniel Taveras

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