I'd like to import name/value pairs from an ini without regard to
sections.  So for every line with a "this=that", I'd like to end up
with
<property name="this" value="that" />

I've currently got a little perl snippet that reads the file and spits
out xml, which I then include, but I thought there might be a more
elegant way.


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to