I have a requirement where i need to pull information from some other non 开发者_运维百科sharepoint site into sharepoint page layout.I have that site information in XML also.Does anyone is having idea how to acheive this in sharepoint .
You can use the xml as a datasource in SharePoint Designer and then use it with the Data View Web Part, that uses Xsl to style the data, which you can then customize fully your self, more info here.
精彩评论