[GeoNetwork-devel] Illegal HTML Character: 159

Hi List,
I have some problems with create new metadata. After change the site in
german, I want to create a new metadata set.
http://n2.nabble.com/file/n3985555/fehler%2Bmetadata1.bmp
The following response is returned:
http://n2.nabble.com/file/n3985555/fehler%2Bmetadata.bmp
This error appears only in German and Russian. In all other languages, it
works.
Hope somone can help me.
Thanks
Jens
--
View this message in context: http://n2.nabble.com/Illegal-HTML-Character-159-tp3985555p3985555.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.

My OS:
Win2k3 server on VM. Tomcat6020 and A Oracle DB 10g

--
View this message in context: http://n2.nabble.com/Illegal-HTML-Character-159-tp3985555p3985586.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.

it means that some application has inserted the character 159 somewhere. This is in the range of characters that are illegal in HTML, and the XSLT transformation producing the page will choke on it.

It can be tricky to find; if it happens only in German and Russian, I’d start looking at the localized tables (RegionsDes, etc.) and the localized files for those languages.

Some time ago I entered a bug to make the handling of this more robust, see http://trac.osgeo.org/geonetwork/ticket/146.

Kind regards
Heikki Doeleman

On Wed, Nov 11, 2009 at 11:28 AM, Picken <jens.pickenhahn@anonymised.com> wrote:

Hi List,
I have some problems with create new metadata. After change the site in
german, I want to create a new metadata set.
http://n2.nabble.com/file/n3985555/fehler%2Bmetadata1.bmp
The following response is returned:
http://n2.nabble.com/file/n3985555/fehler%2Bmetadata.bmp
This error appears only in German and Russian. In all other languages, it
works.
Hope somone can help me.
Thanks
Jens

View this message in context: http://n2.nabble.com/Illegal-HTML-Character-159-tp3985555p3985555.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.


Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what’s new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july


GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

Thanks for your help. Unfortunately it still does not work.

--
View this message in context: http://n2.nabble.com/Illegal-HTML-Character-159-tp3985555p3997884.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.

What did you actually do to find it ?

Try something like this:

select * from <TABLE_NAME> where position(CHR(159) in <COLUMN_NAME>) > 0

Run it on all localized tables (the ones with names ending in “Des”). Take a look at each table to see what to enter for COLUMN_NAME.

Kind regards
Heikki Doeleman

On Fri, Nov 13, 2009 at 8:58 AM, Picken <jens.pickenhahn@anonymised.com> wrote:

Thanks for your help. Unfortunately it still does not work.


View this message in context: http://n2.nabble.com/Illegal-HTML-Character-159-tp3985555p3997884.html

Sent from the GeoNetwork developer mailing list archive at Nabble.com.


Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what’s new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july


GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

Hello,
thank you again for your help.
I have not understood your first post immediately.
Your tip has helped us.
We now know that it is up to the oracle db.
Jens

--
View this message in context: http://n2.nabble.com/Illegal-HTML-Character-159-tp3985555p4012559.html
Sent from the GeoNetwork developer mailing list archive at Nabble.com.