[opencms-dev] OAMP module feeder - RSS feed Module from Alkacon

Andrea Puddu andrea.puddu at tiscali.it
Thu Apr 10 10:17:44 CEST 2008


Hi everyone,
I'm trying to use the OAMP feeder module in order to produce an RSS feed 
based on folder with news. (rss 2.0)

Since I need specific mappings I'm trying to customize the 
alkacon-feed-mappings.xsd

according to the pdf guide I found in the .zip package downloaded from 
here:
http://www.alkacon.com/en/modules/downloads/alkacon_oamp_feeder_1.0.0.html

<xsd:annotation>
        <xsd:appinfo>
            <handler 
class="com.alkacon.opencms.feeder.CmsFeedXmlContentHandler"/>
            <feedrules>
                <feedrule element="Title" mapto="Title"/>
            </feedrules>
        </xsd:appinfo>
</xsd:annotation>


Unfortunately I get an unmarshal error regarding the Title element

** Undefined XML content node "Title" used for mapping. **

I can't understand why, since my XML article structure has the tag 
<Title> in it.

Thanks in advance to anyone who has tried this kind of configuration 
successfully and wants to share his experience.

Andrea



More information about the opencms-dev mailing list