Join Slack
Powered by
Is there a canonical library to use for XML parsin...
# announcements
j
jen20
11/05/2017, 10:20 PM
Is there a canonical library to use for XML parsing in Kotlin?
r
rcgonzalezf
11/05/2017, 11:39 PM
For XML I will use SimpleXML
http://simple.sourceforge.net/download/stream/doc/tutorial/tutorial.php#start
it’s has an easy api and you could extend it very well, it allow you to do some neat stuff as well.
👍 1
44
Views
Open in Slack
Previous
Next