Skip Menu |

This queue is for tickets about the XML-SAX-Writer CPAN distribution.

Report information
The Basics
Id: 1528
Status: new
Priority: 0/
Queue: XML-SAX-Writer

People
Owner: Nobody in particular
Requestors: dom [...] semantico.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.44
Fixed in: (no value)



Subject: No way to pass layers in under perl5.8
I've just been looking at XML::SAX::Writer under perl 5.8.0. It would appear (looking at XML::SAX::Writer::FileConsumer->new()) that you can't pass in any layer information to specify (say) utf8 output on that filehandle. I'm not sure what the right interface would be, even if you could pass them in though. I think that for the moment, it's probably better to add a note to the documentation stating that if you need to use layers, you have to open the filehandle yourself and pass it in... -Dom