--- trunk/lib/MWS/SWISH.pm 2004/08/01 22:30:53 54 +++ trunk/lib/MWS/SWISH.pm 2004/08/06 22:37:40 55 @@ -124,7 +124,7 @@ sub p($$) { my ($r,$prop) = @_; - $prop = $r->Property($prop) || return; + eval { $prop = $r->Property($prop) } || return; $prop =~ s/##lf##/\n/gs; return $utf2iso->convert($prop); }