Re: An Anchor attribute question:

Michael Mealling (ccoprmm@oit.gatech.edu)
Thu, 2 Jun 1994 11:22:28 -0400 (EDT)


Daniel W. Connolly said this:
> In message <199406021352.AA15799@oit.gatech.edu>, Michael Mealling writes:
> >My example would be more like this:
> >
> >See <A URN="URN:IANA:IETF:rfc/822"> The Format for Internet Messages</A>
> >for more information.
>
> Actually, now that I think about it, If you're not going to include
> a redundant URL, why don't you just write:
>
> <A HREF="URN:IANA:IETF:rfc/822"> ...</a>
>
> ???

This would work also. I would like to be able to make this distinction
in HTML though. Simply to keep in the spirit. There also seems to be
something in HTParse.c that is causing that example URN to be invalid
since HTParse.c: scan() function makes the assumption (which may be
a correct one according to the current URL spec) that no other colon
should exist beyond the first one. This is causing HTParse() to turn
the above into "URN:rfc/822" by basically looking at the first colon
READING BACKWARDS.

Is this correct?

-- 
------------------------------------------------------------------------------
<HR><A HREF="http://www.gatech.edu/michael.html">
<ADDRESS>Michael Mealling</ADDRESS>
<ADDRESS>michael.mealling@oit.gatech.edu</ADDRESS></A>