All,
I am trying to build a page where I can display information extracted from the version history of a document in a document library.
My approach has been to create a new ASPX page using SharePoint Designer, insert an Empty Data View and then use the Document Library as a Data Source. I then hoped to be able to insert the appropriate fields to allow me to display the version history information but it seems that it's not so simple (please excuse my innocence as I'm not a developer)
I can view the version history information of each document in the library using the following URL :
site/_layouts/versions.aspx?list="List ID"&Id="Document ID"
I'm not sure if knowing how to build this URL is useful to me creating the ASPX page?
I'd really appreciate any advice that can be given to me? I intended to manipulate the page using XSL
Thanks & best regards
Gary