Replies: 1 comment 1 reply
-
Hi @pionl, I guess you are talking about converting a XML string/file to an object structure, right? I don't have much experience in XML "conversion", but what I can tell you is that this library will work with any plain PHP array. It means that if you can convert an XML into an array of scalar values, it can then be given to the mapper like any other array. XML is more powerful than low-level configuration syntax like JSON or YAML, I'm not sure what issues we could encounter during a conversion to an array. If you need this feature and know how that would be possible, you can take a look at JsonSource for inspiration; and please don't hesitate to open a PR! |
Beta Was this translation helpful? Give feedback.
-
Hi,
just wondering, how hard would be to add XML support?
Beta Was this translation helpful? Give feedback.
All reactions