Namespaces
Working on Sussen again today. Burned some time dealing with an XPath issue with namespaces. All my XPath queries kept failing because of the default namespace defined in the OVAL definitions xml file. After doing some research I think I need to use XmlNamespaceManager. I found a workaround in the mean time so that my work can continue. I’ll have to come back and deal with this namespace issue later on, I don’t want to waste any more time on this today.