Hm, you should try also to add the context-mode="xml" attribute. At leat in DS 9 it does the trick.
Cheers On 15 July 2014 10:54, Karthikeyan Sivanantham <[email protected]> wrote: > Hi Mario, Thanks for your response and here is my code. I am using include > dynament in the rss template. BUt iam not getting expected output and the > page is blank. > > Can you please go throught my rss template and let me know the issue in my > code. > > <?xml version="1.0" encoding="iso-8859-1"?> > <rde-dm:attribute mode="write" source="request" > attribute="req-server-prefix" > value='[#request:rdeServletServer#].replace(http://,"")'/> > <rde-dm:attribute mode="write" source="request" > attribute="req-server-prefix" > value='[#request:req-server-prefix#].replace(https://,"")'/> > <rde-dm:attribute mode="write" source="request" > attribute="req-server-prefix-port" > value='[#request:req-server-prefix#].split(":",2)'/> > <rde-dm:attribute mode="condition" tag="notag"> > <rde-dm:constraint> > request:req-server-prefix-port NE "8080" > </rde-dm:constraint> > <rde-dm:attribute mode="write" source="request" > attribute="req-server-prefix" > value='[#request:req-server-prefix#].split(":",1)'/> > </rde-dm:attribute> > <rss version="2.0"> > <channel> > <title>Practice Management</title> > <link><%stf_url_prefix%></link> > <description><%stf_article_description%></description> > <pubDate><%dat_article%></pubDate> > > <rde-dm:include content="practice_management.xml" > contenttype="text/xml" /> > > <!IoRangeList> > <item> > <!IoRangeNoRedDotMode><!IoRangeRedDotMode><!-- > <%list_referenced_to_news%> --><!/IoRangeRedDotMode><!/IoRangeNoRedDotMode> > <title><![CDATA[<%hdl_title%>]]></title> > <description><![CDATA[<%txt_introduction%>]]></description> > <link><%lst_newrssfeeds%></link> > <guid></guid> > <pubDate><%dat_article%></pubDate> > </item> > <!/IoRangeList> > </channel> > </rss> > > > On Monday, July 14, 2014 10:07:08 PM UTC+5:30, Mario wrote: >> >> just ust <rde-dm:include content="your.xml" contenttype="text/xml" /> >> >> Cheers >> >> On 14 July 2014 15:38, Karthikeyan Sivanantham <[email protected]> wrote: >> > Hi, >> > >> > This is urgent. Please help ASAP >> > >> > I am trying to create a RSS file. I need to include a XML file using >> > include >> > dynament in RSS file. >> > >> > So I need to know, how to use include dynament in RSS file. >> > >> > Thanks, >> > >> > Karthikeyan P S >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "RedDot CMS Users" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an >> > email to [email protected]. >> > To post to this group, send email to [email protected]. >> > Visit this group at http://groups.google.com/group/reddot-cms-users. >> > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "RedDot CMS Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/reddot-cms-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/reddot-cms-users. For more options, visit https://groups.google.com/d/optout.
