Is there a way to read a file in elm
?
I want to have an xml
settings file where I will keep different settings and read it with elm (I've seen this parser, but it expects the xml
content, not path). I don't want to use ports and these stuff. I need to apply some transformations to this xml
because I will have more sets of values (staging and production) and I will need to generate an artefact for each value (I'm using TFS
for this).