You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@abdera.apache.org by rebels_mascot <bp...@gmail.com> on 2009/06/02 10:28:56 UTC

Adding a prefix to the Feed element

Hey,

I'm looking for a way to add a prefix to the Feed element, e.g. <foo:feed>
I initialize the Feed using abdera.getFactory.newFeed() but I can't see how
I can add a QName besides creating a new element or extension element.

I'm a fairly new to abdera so any help would be appreciated.

Thanks,
Brian
-- 
View this message in context: http://www.nabble.com/Adding-a-prefix-to-the-Feed-element-tp23827744p23827744.html
Sent from the abdera-user mailing list archive at Nabble.com.


Re: Adding a prefix to the Feed element

Posted by rebels_mascot <bp...@gmail.com>.
Never mind :)

I used the ExtensionElement, I just hadn't it declared properly.

Thanks


rebels_mascot wrote:
> 
> Hey,
> 
> I'm looking for a way to add a prefix to the Feed element, e.g. <foo:feed>
> I initialize the Feed using abdera.getFactory.newFeed() but I can't see
> how I can add a QName besides creating a new element or extension element.
> 
> I'm a fairly new to abdera so any help would be appreciated.
> 
> Thanks,
> Brian
> 

-- 
View this message in context: http://www.nabble.com/Adding-a-prefix-to-the-Feed-element-tp23827744p23827752.html
Sent from the abdera-user mailing list archive at Nabble.com.