Hi guys,
Interesting issue.
In XMLSpy, I write the following XPath query to return a concatenated string of both nodes and text,
concat(//fixture/@start-time, ' vs ', //fixture/@end-time) which returns the values that I need, for example '12:33PM vs 12:34AM' but when I run the same query in a console application it tells me that the query does not evaluate to a valid XPath query.
Is there some limitations to .Net 3.5 and the use of XPath?
'Not everything is binary, if you look closer you might find some hexadecimal in there somewhere'