I have been working on a crosslist for a document library named shared documents. I have gotten my dataviewwebpart to grab all documents from every directory using:
<Webs Scope='Recursive'></Webs><Lists ServerTemplate='101'></Lists><View><ViewFields><FieldRef Name='FileLeafRef'/><FieldRef Name='FileRef'/><FieldRef Name='Modified'/><FieldRef Name='Editor'/></ViewFields></View>
However, I don't want every document from every document directory, only the "shared documents" directory.
Any body got any ideas on how to define that in the selectCommand? I tried:
<Lists><List Name='Shared Documents'></List></Lists>
Thanks for your help!