plugins/xml-pack: Handle NULL process instruction data
libxml2 can return a NULL data which will make strstr crash, avoid this trivial case by returning early.
libxml2 can return a NULL data which will make strstr crash, avoid this trivial case by returning early.