senpost
9/2/2011 - 6:09 PM

gistfile1.sh

$formatString = "<id>{0}</id> <title>{1}</title> <author>{2}<author/>"
$inputString.Split("`n") | % {  $splits = $_.split(","); $formatString -f $splits[0], $splits[1], $splits[2] }