The HTML is being generated dynamically on your browser. Is it sufficient to simply view the source of the response? You'll see the XML there. If you always want to see the XML and never let the browser render it into HTML, then we can probably find a way to suppress the stylesheet reference that comes back with the XML.
As an experiment, try simply adding "&stylesheet=" to the end of your URL. That might make the server return an empty stylesheet reference. Ralph > -----Original Message----- > From: Joan Caparros [mailto:[email protected]] > Sent: Wednesday, December 09, 2009 12:28 PM > To: [email protected] > Subject: [Dspace-tech] SRW's response in XML > > 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

