in reply to print line not showing up

You're data does indeed look like it's being slurped fine... but can you show what you're using to actually output XML? Basic print statements? A particular module? Can't help with what we can't see.

--
meraxes

Replies are listed 'Best First'.
Re^2: print line not showing up
by Anonymous Monk on Oct 29, 2007 at 15:11 UTC
    I simply PRINT to an outfile. Basically as stated in the perl snippet in my initial post. I open (OUTFILE,">>$cnvFile"); and then     print OUTFILE "\t\t<TXT_S>\n"; as necessary.