Join Slack
Powered by
I’m writing a ktor service and this service accept...
# server
m
Mod
08/12/2024, 7:00 PM
I’m writing a ktor service and this service accepts xml invoice file, I want to parse it into kotlin models. I tried xmlutil but it’s a bit complicated Is there a better library?
c
CLOVIS
08/14/2024, 8:33 AM
Did you try
https://ktor.io/docs/server-serialization.html#add_xml_dependency
?
🙌 1
m
Mod
08/15/2024, 6:27 AM
yes, it's using xmlutils under the hood
3
Views
Open in Slack
Previous
Next