Hello, I have to return a part of an XML blob from my list function based on a dynamic XPath expression. I'm trying to follow https://developer.mozilla.org/en/Introduction_to_using_XPath_in_JavaScript.
But when I create a DOMParser in any way described in https://developer.mozilla.org/en/DOMParser I always get "DOMParser is not defined" or "Components is not defined". Does anyone know any other way to apply XPath expression to an XML blob in CouchDB show or list functions? Thanks, Taras
