NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • When determining the the Entity code during load of an association, we now parse the string based on a colon OR hash symbol. <BR>
    For example: <BR>
    Code Block
    http://someNamespace.org:C12345
    Image Removed
    would resolve to 'C12345' <BR>and
    Code Block
    and <BR>
    http://someNamespace.org#C12345
    Image Removed
    would also resolve to 'C12345'<BR>
    We used to process only the colon.

...