|
Hey folks! Sorry if the question is totally out of scope. I couldn't find a built-in way to parse an XML (maybe into XElement?). I assume it doesn't exist. Are there any plans to support it in the future? Thanks! |
Answered by
pbiggar
Nov 22, 2022
Replies: 1 comment
|
Yes, absolutely. This would be built in user-space, and while there isn't super great support for that now (eg, no records or enums but you can do similar things with dicts) it should be possible to build them. While we don't plan to directly expose underlying xmlparsing tools, if any useful string manipulation functions are missing from the standard library, we'd be happy to add them (or take a PR to add them). |
0 replies
Answer selected by
ferrata
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, absolutely. This would be built in user-space, and while there isn't super great support for that now (eg, no records or enums but you can do similar things with dicts) it should be possible to build them. While we don't plan to directly expose underlying xmlparsing tools, if any useful string manipulation functions are missing from the standard library, we'd be happy to add them (or take a PR to add them).