First, thanks for the quick response If u could tell me what file that generate the RSS /Atom feed ? as I need to modify it
Thanks in advance On Mon, Oct 19, 2009 at 6:10 PM, Matt Raible <[email protected]> wrote: > I would recommend grabbing the Atom or RSS feed for the blog rather > than the HTML output. > > On Mon, Oct 19, 2009 at 9:07 AM, ALAA MURAD <[email protected]> wrote: > > Hi, I'm trying to create XML output for the blog as I want to create a > > custom GWT theme. I don't want to use the velocity engine , I want to use > > direct Java object so I can produce well formated XML. > > > > Any idea ? > > > > Example > > > > Service.jsp?action=page&pageid=1 > > > > Out: > > > > <Page> > > <Title>Hello World</Title> > > <Content>Welcome to the First Page<Content/> > > </Page> > > > > Thanks in advance > > >
