On Sun Oct 07 02:51:52 2007, miyagawa@gmail.com wrote:
Show quoted text> I believe passing Atom::Entry or Atom::Feed to source, like
> $entry->source($another_entry) should just work.
I tried that and found that child elements that are not allowed in the
source were also copied (entry elements from a feed or content from an
entry).
This suggests that you can't use a feed or entry that already exists.
Instead, a new feed or entry will need to be constructed from the data
and used explicitly.
Is this the intent?
Show quoted text> On 10/6/07, Anonymous Sender via RT <bug-XML-Atom@rt.cpan.org> wrote:
> >
> > Sun Oct 07 02:38:19 2007: Request 29815 was acted upon.
> > Transaction: Ticket created by anonymous@remailer.metacolo.com
> > Queue: XML-Atom
> > Subject: need for an XML::Atom::Source
> > Broken in: (no value)
> > Severity: (no value)
> > Owner: Nobody
> > Requestors: anonymous@remailer.metacolo.com
> > Status: new
> > Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=29815 >
> >
> >
> > the source for an entry is currently assumed to be a simple string,
> but the
> spec.php#element.$
> >
> > also, it would be useful if there was a find() utility function
> similar to
> > XML::Atom::Base::get so as to extract arbitrary elements/values via
> xpath with
> > a supplied namespace.
> >
> >
>
>