Pradeep007
Pradeep007

Reputation: 185

XSLT for Web Parts

Why should we use XSLT to web parts?

Can anyone please route me to good resources for learning XSLT to web parts.

I think you might have understood by my Question. I am a starter.

Cheers! Grace

Upvotes: 0

Views: 246

Answers (2)

Colin
Colin

Reputation: 10638

And it promoties reusability. (i.e. multiple different webpart using the same layout xsl file, which can be Linked to a WebPart using the XslLink tag).

Upvotes: 2

Kusek
Kusek

Reputation: 5384

XSLT Give good Flexibility. As most of the Web Parts UI has been done at the Development level.Having XSLT will allow you to change the look and feel of the Web Part at any time you want. Once Good Example is Content Query Web Part. Good place to start XSLT is here.

Upvotes: 3

Related Questions