As soon as I add these xml:space="preserve" attributes into my test data, then nothing works i.e. no data is extracted from the XML and no errors.
When I take them out, the data appears again.
Does anyone have any ideas what may be happening and how I might workaround this as I cannot change the source XML and would like a solution where I can get XMLDSO to somehow ignore these attributes.
It doesn't seem to be just related to the space=preserve attribute i.e. if I add any attribute whatsoever to an element it does not display via the XML DSO "data islands" approach. e.g. <title>Mr</title> works whereas <title id="abc">Mr</title> fails.
Interestingly, if I take the attribute off a tag then the data for that tag appears with the data missing for the remaining tags that have the attribute which suggests that some (possibly all) of the XML data is being loaded OK.
Bookmarks