I hava problem where my code breaks when it encounters low-ASCII (01-32 decimal) in any node when this is run:

Code:
            XDoc = New XmlDocument

            If flgrp = 0 Then filepath = RecCasepath & "\Playlists\"_
 & filepath
            XDoc.Load(filepath)
            RCgroup = XDoc.DocumentElement.SelectNodes("//media")
Anything below 20 hex causes an exception. I know where the problem comes from, but I need to catch this as it stems from an older version of the software writing the XML and many people wtill have this error in their XML files..