The news-xmlui.xml file details is as follows-

<?xml version="1.0" encoding="UTF-8" ?>
<document xmlns="http://di.tamu.edu/DRI/1.0/"; xmlns:i18n="
http://apache.org/cocoon/i18n/2.1"; version="1.1">
<body>
<div id="file.news.div.news" n="news" rend="primary">
<head>DSpace Repository</head>
<p>Wellcome my digital repository</p>
</div>
</body>
<options/>
<meta>
<userMeta/>
<pageMeta/>
<repositoryMeta/>
</meta>
</document>

Whats the wrong here.........I can't understand. I've also tried by
restarting tomcat according to this "
http://dspace.2283337.n4.nabble.com/changes-in-news-xmlui-xml-not-picked-up-after-tomcat-restart-td3279113.html#a3279118";
but no result





On Thu, Jun 13, 2013 at 1:35 PM, helix84 <heli...@centrum.sk> wrote:

> Hi Ataur,
>
> news-xmlui.xml is not an HTML file. It has its own syntax. It's an XML
> file which is not nearly as forgiving to syntax errors as HTML. If
> it's not well-formed, it simply won't work. Use a tool like xmllint to
> check its syntax after you change it.
>
> Although you can use <p>, you can't use <P> as per XML syntax.
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to