Top Menu

Tuesday, November 2, 2010

View All XML Data via XSLT


Some times we have to debug the XSLT for a WebPart (which generates XML data as output e.g. Search Core Results WebPart in MOSS) to manipulate the results. The first step of XSLT debugging is to see if the generated XML is valid and have all the necessary data.

Following is the code XSLT snippit to display all the XML elements:





<xsl:copy-of select="*"/>





1 comment:

  1. Tahir,
    I saw you in the SP 2010 member on linkedin.com and wanted to reach out to you regarding your SP 2010 experience. I'm currently staffing a SP lead for a global media firm in NYC area. Looking for a candidate that is able to successfully inspire and communicate technical solutions with a development team that is off-shore and lead technical development, responsible for complex technical solution designs

    Would this be something you have experience with? Would love to discuss the opportunity in details. Give me a call at 646-388-7020 or drop me an email.
    Thanks, looking forward to hearing back.

    Kathryn Davidian
    Kathryn.davidian@harveynashusa.com

    ReplyDelete

Official SharePoint Documentation

I have recently contributed to the official SharePoint documentation for developement. Check it out here: https://docs.microsoft.com/en-us...