Prevent xslt to transform xml into html

laurakomodo

New Member
I'm using OAI-PMH to retrieve records from data providers. My problem is that some of these data providers retrieve records using XSLT to transform XML response into HTML! As I need to parse and implement some stuff on their response, I need to have an XML response, not an HTML one.So my question is: Is there a way to capture the XML before it becomes transformed into HTML ?For instance this link illustrates what I explained. When I use Chrome Developer tool, go in the "Resources" tab, "Frames" item, and then "(OaiHandler)"->"OaiHandler", we can see the native xml.Or should I have my own XSLT to transform back the HTML response into XML ?If it is the case, there is a standard XSLT provided to transform OAI-PMH data provider XML response into HTML. Are there tool capable to build the "inverse" XSLT ?
 
Back
Top