As the XML is generated on the fly and probably transformed 
programmatically, the easiest solution may be to just comment out or 
delete the contents of searchRetrieveResponse.xsl. If you delete or 
comment out everything below;

<xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
     xmlns:srw="http://www.loc.gov/zing/srw/";>

you will be left with unformatted XML.

If you are using the XML output programmatically, you wouldn't need to 
do this as you should be able to read and manipulate the XML without the 
XSL transforming the document as the transformation occurs on the web 
browser.

Cheers


Hayden

Joan Caparros wrote:
> Is it possible to show the results of SRW-operations without the xsl 
> parsing? only showing the xml file?
> I mean... I just want to recieve
> <searchRetrieveResponse>
> <version>1.1</version>
> <numberOfRecords>47</numberOfRecords>
> <resultSetId>sppfif</resultSetId>
> <resultSetIdleTime>300</resultSetIdleTime>
> <records>
> <record>
> <recordSchema>info:srw/schema/1/dc-v1.1</recordSchema>
> <recordPacking>xml</recordPacking>
> <recordData>
> <srw_dc:dc>
> <dc:contributor>...
> instead of the xml converted to html. Is it possible?
>
> Thank you
> Joan
>
> ------------------------------------------------------------------------------
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>   


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to