All of a sudden I have this odd situation in my code where the data that is being returned from my xpath is being returned as a list instead of a string. Two different pieces of data were returned that way.
I did notice that both pieces of data contain a colon. Would a colon in the data returned automatically make it of the type list instead of the default type of string?
Otherwise, what could cause that?