Re: [xml] ipv6 and gnome-xml

Date view Thread view Subject view Author view

From: Bjorn Reese (breese@mail1.stofanet.dk)
Date: Sun Dec 17 2000 - 06:57:46 EST


winterlion wrote:

> Now for the URI format: (paraphrasing rfc 2732)

> host address specification:
> host = hostname | IPv4address | IPv6reference
> IPv6reference = "[" IPv6address "]"

This, along with the BNF below (taken from RFC 2373), is really all
that the URI parser has to concern itself with.

      IPv6address = hexpart [ ":" IPv4address ]
      IPv4address = 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT

      hexpart = hexseq | hexseq "::" [ hexseq ] | "::" [ hexseq ]
      hexseq = hex4 *( ":" hex4)
      hex4 = 1*4HEXDIG

> (PS: does anyone know if the "192" A-block is still reserved for internal
> use?)

It is.

----
Message from the list xml@rpmfind.net
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rpmfind.net


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Sun Dec 17 2000 - 09:44:50 EST