in reply to Using XML::Writer to create NITF files, but some tags exist in my data.

I don't think that XML::Writer does much more than keeping track of the current open element, so as long as you don't play games opening an element "yourself" and then closing it using XML::Writer or vice-versa you should be clear.

  • Comment on Re: Using XML::Writer to create NITF files, but some tags exist in my data.