28 |
## NOTE: A |text/cache-manifest| MUST be a cache manifest. |
## NOTE: A |text/cache-manifest| MUST be a cache manifest. |
29 |
## NOTE: Newlines MUST be CR/CRLF/LF. (We don't and can't check this.) |
## NOTE: Newlines MUST be CR/CRLF/LF. (We don't and can't check this.) |
30 |
|
|
31 |
|
## ISSUE: In RFC 2046: "The specification for any future subtypes of "text" must specify whether or not they will also utilize a "charset" parameter" |
32 |
|
|
33 |
my $m_uri = Message::DOM::DOMImplementation->create_uri_reference ($_[2]); |
my $m_uri = Message::DOM::DOMImplementation->create_uri_reference ($_[2]); |
34 |
my $m_scheme = $m_uri->uri_scheme; |
my $m_scheme = $m_uri->uri_scheme; |
35 |
|
|