|
From: Chris F. <cd...@fo...> - 2011-01-19 02:12:38
|
On Tue, Jan 18, 2011 at 02:49:20PM -0800, Emanoil Kotsev wrote: > VERSION:2.1 > REV:20100725T123728Z > N:XXXX;Markus;;; > FN:Markus XXXX > ADR;HOME;ENCODING=QUOTED-PRINTABLE;CHARSET=utf-8:= > 7/2/8;;XXXXXXXXXXXXX=0D=0ANr.=207=0D=0AStiege=202=0D=0AT=C3=BCr=208;Wien;;= > 1070;=C3=96sterreich > ORG:;4 Semester > BDAY:19840423 > EMAIL;INTERNET;ENCODING=QUOTED-PRINTABLE:ich=40markus-raab.org > GEO:48.150002\;17.116667 There appears to be a problem with this line. If you remove the escape backslash, then it should work. Otherwise, the full string is taken as the Latitude (48.150002;17.116667) and there is no Longitude, and the XMLFormat validation rightly complains. - Chris |