Kjo mund të jetë e qartë për shumë, por duke studiuar për provimin e programimit tim MOSS, Kam mësuar se kjo është goxha e lehtë për të marrë XML aktuale nga një pyetje kërkimi me anë të ndërfaqes së përdoruesit.
Një metodë e shpejtë është si vijon:
- Qasja kërkimin e avancuar.
- Kryen një kërkim që kthen disa të dhënave.
- Redaktoni faqen (nëpërmjet settings faqes).
- Change the XSL to the following:
<?xml version="1.0" encoding="utf-8"?>
<XSL:stylesheet version="1.0" xmlns:XSL="http://www.w3.org/1999/XSL/Transform">
<XSL:prodhim metodë="xml" version="1.0" encoding="UTF-8" porosit="po"/>
<XSL:shabllon ndeshje="/">
<pre>
<XSL:copy-of zgjedh="*"/>
</pre>
</XSL:shabllon>
</XSL:stylesheet>
- Hit apply.
- View Source in the browser.
Note that the <pre> tag doesn’t do much except serve as a convenient marker when you view the results.
This trick can be very helpful when working with managed properties and customizing search. It will provide a definitive list of the XML available for you to use in your xslt which would have been very helpful the last 25 times I created some customized search results.
This ought to work for dataviews as well, though I have not tested that out as yet.