was NOT a bugfix !

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