in reply to Creating a String

i figured out why i have been getting errors. When using the XML::Mini::Document package, when it generates an XML child it does so in this manner:
<TAG> TEXT </TAG>
I wasnt taking into account the extra tab that this package puts in. I used map{ s/\s//g }@icpList; and it works now. Thanks for the help