Hi,<br><br>I'm getting an error when I try to run the Playlist2HTML script:<br><br>Traceback (most recent call last):<br>  File "/usr/share/apps/amarok/scripts/playlist2html/playlist2html.py", line 25, in <module>
<br>    main()<br>  File "/usr/share/apps/amarok/scripts/playlist2html/playlist2html.py", line 12, in main<br>    plist = Playlist()<br>  File "/usr/share/apps/amarok/scripts/playlist2html/Playlist.py", line 79, in __init__
<br>    self._buildDoc()<br>  File "/usr/share/apps/amarok/scripts/playlist2html/Playlist.py", line 109, in _buildDoc<br>    self.doc = minidom.parse(PLAYLISTFILE)<br>  File "/usr/lib64/python2.5/site-packages/_xmlplus/dom/minidom.py", line 1915, in parse
<br>    return expatbuilder.parse(file)<br>  File "/usr/lib64/python2.5/site-packages/_xmlplus/dom/expatbuilder.py", line 926, in parse<br>    result = builder.parseFile(fp)<br>  File "/usr/lib64/python2.5/site-packages/_xmlplus/dom/expatbuilder.py", line 207, in parseFile
<br>    parser.Parse(buffer, 0)<br>xml.parsers.expat.ExpatError: reference to invalid character number: line 263948, column 40<br><br>If I could get the source code of the script, I'll be glad to help.<br><br>Thanks!<br>
<br>-<a href="http://randell.ph/">Randell</a><br>