- From: Pierre-Antoine CHAMPIN <champin@cpe.fr>
 - Date: Fri, 20 Aug 1999 13:15:34 +0000
 - To: ML RDF-comment <www-rdf-comments@w3.org>, Sergey Melnik <melnik@db.stanford.edu>
 
Pierre-Antoine CHAMPIN wrote:
> So I corrected it by adding :
> 
>     String sResource = e.getAttribute (RDFMS, "resource");
>     if (sResource != null) {
>         if (sResource.startsWith ("#"))
>             sResource = sResource.substring(1);
>         Element e2 = (Element)lookforNode(sResource);
>         if (e2 != null) {
> //-> ADDED by PA
>                 e.resource(e2.name());
> //-> end ADDED by PA
>             e.addTarget (e2);
>         }
>     }
> 
> and I did the same with about (before that) and aboutEach (after that)
> - just in case...
I apologize !!!
a second sight, that doesn't seem to work either !
I keep working on it.
 apologizes again
  PA
Received on Friday, 20 August 1999 07:04:50 UTC