Since getElementsByTagName() finds all nodes with the name recursively,
commitd17295101f9027391e5ec89bb462e9094715baad
authorWilliam McBrine <wmcbrine@gmail.com>
Sat, 8 Sep 2012 19:22:08 +0000 (8 15:22 -0400)
committerWilliam McBrine <wmcbrine@gmail.com>
Sat, 8 Sep 2012 19:22:08 +0000 (8 15:22 -0400)
treef2f76dc2bff2d0d64d3d9ad1796ccbb28ddef6b1
parentdb601b3f373afecc4eeace406aacee5b0293b31b
Since getElementsByTagName() finds all nodes with the name recursively,
'program/uniqueId' was also matching 'program/series/uniqueId', which
was found first. Here is a version of tag_data that avoids using
getElementsByTagName(). To Do: Replace it elsewhere? Reported by "bwall23".
metadata.py