Skip Menu |

This queue is for tickets about the XML-Generator-RFC822-RDF CPAN distribution.

Report information
The Basics
Id: 18325
Status: open
Priority: 0/
Queue: XML-Generator-RFC822-RDF

People
Owner: Nobody in particular
Requestors: dbdavis256 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: AsAttributes is broken
The AsAttributes option is broken in windows XP activeperl v5.8.8. The sax1tosax2_attrs function in DBI.pm creates a problem. Change the send_tag function as a workaround. BROKEN LINE IN send_tag: $self->SUPER::start_element({ Name => $name, Attributes => sax1tosax2_attrs(\%attributes) }); FIXED: $self->SUPER::start_element({ Name => $name, Attributes => \% attributes });
Where are you seeing this in XML::Generator::RFC822::RDF ? There is no 'send_tag' function. On Thu Mar 23 15:20:03 2006, guest wrote: Show quoted text
> The AsAttributes option is broken in windows XP activeperl v5.8.8. > The sax1tosax2_attrs function in DBI.pm creates a problem. Change the > send_tag function as a workaround. > > BROKEN LINE IN send_tag: > $self->SUPER::start_element({ Name => $name, Attributes => > sax1tosax2_attrs(\%attributes) }); > > FIXED: > $self->SUPER::start_element({ Name => $name, Attributes => \% > attributes });
Subject: Re: [rt.cpan.org #18325] AsAttributes is broken
Date: Fri, 24 Mar 2006 09:30:29 -0600
To: bug-XML-Generator-RFC822-RDF [...] rt.cpan.org
From: "David Davis" <dbdavis256 [...] gmail.com>
I'm sorry I meant to send this to the maintainer of XML::Generator not XML::Generator::RFC822::RDF. My mistake. On 3/24/06, via RT <bug-XML-Generator-RFC822-RDF@rt.cpan.org> wrote: Show quoted text
> > > <URL: http://rt.cpan.org/Ticket/Display.html?id=18325 > > > Where are you seeing this in XML::Generator::RFC822::RDF ? There is no > 'send_tag' function. > > On Thu Mar 23 15:20:03 2006, guest wrote:
> > The AsAttributes option is broken in windows XP activeperl v5.8.8. > > The sax1tosax2_attrs function in DBI.pm creates a problem. Change the > > send_tag function as a workaround. > > > > BROKEN LINE IN send_tag: > > $self->SUPER::start_element({ Name => $name, Attributes => > > sax1tosax2_attrs(\%attributes) }); > > > > FIXED: > > $self->SUPER::start_element({ Name => $name, Attributes => \% > > attributes });
> > >