Subject: | Regex in _isValidURI could be better. |
Hi,
I tried to use XML::XSPF to parse some playlists generated by Jamendo
(http://www.jamendo.com) using XML::XSPF and it threw an error declaring
the URIs in the file are invalid. This is not quite true; totem and
other programs parse these files just fine. Please change the regex in
_isValidURI to something like this:
m{[^a-z0-9%:/?#[]@!$&'()*+,;=.-_~]}i
And then it should work well, or at least does for me.
Thank you for your time, and thank you for writing XML::XSPF!