Does anybody know of an existing URI/URN java parser that can parse not only the scheme but also all the parameters. For example, it must be capable of parsing the following urn:
You should be able to use java.net.URI class to do this. It might also be fairly easy to write a regexp to do the parsing
Raj
Originally posted by shakila xavier: Does anybody know of an existing URI/URN java parser that can parse not only the scheme but also all the parameters. For example, it must be capable of parsing the following urn: