You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API I'm accessing returns XML that returns simple strings, but sometimes adds an attribute to the string element. In that case, I need to ignore the value and do something with the attribute.
However, if I look in the GraphNavigator, I see that handlers aren't called for strings, integers, booleans, floats, doubles, arrays or resources.
The text was updated successfully, but these errors were encountered:
The API I'm accessing returns XML that returns simple strings, but sometimes adds an attribute to the string element. In that case, I need to ignore the value and do something with the attribute.
However, if I look in the GraphNavigator, I see that handlers aren't called for strings, integers, booleans, floats, doubles, arrays or resources.
The text was updated successfully, but these errors were encountered: