Արագ եւ հեշտ: Տեղադրել են մի հղիչ մեջ տվյալների դիտիր վեբ մասին XSLT

ԹԱՐՄԱՑՆԵԼ (01/17/08): Այս բլոգը մուտքի մասին խոսակցությունները առավել Գերկապի XSL բարության: http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/rewriting-links-in-search-results-xslt.

Overview եւ օբյեկտիվ: I had created a simple bar chart to serve as component on a dashboard. I’ll save the details on building charts for another post, բայց ես չեմ հնարել այդ տեխնիկան (էլ հարցական նշան, այդ հարցի). It turned out there was a bug in the chart and while I fixed that, I took the opportunity to convert some labels into hyperlinks that pointed at the underlying list behind the graph. Օրինակ,, there is a label with value "Hold". I wanted to turn the label into a hyperlink so that the user could click on it and drill down to the specific entries in the list whose status value is "Hold".

Քայլեր:

  1. Օգտագործել Visual Studio համար SharePoint լավատեղյակ intellisense.
  2. Պատճենահանել DVWP ծանոթյություններ XSLT է Visual Studio (ստեղծել դատարկ նախագիծ, ավելացնել XSL ֆայլի նախագծին).
  3. Պատճենահանել հղումը ցանկանում եք օգտվել մեջ clipboard.
  4. Տեղադրեք այն ճիշտ վայրում եւ XSL.
  5. Convert URL argument separators on the query string from "&" to "&"
  6. Url-ծածկագրել անհատական ​​փաստարկները.
  7. Փաթեթավորեք է ներսում, <ա Ռաֆֆի Չ.…> </ա>

Օրինակ:

Ես մի հասցե:

http :/://[սերվեր]/[site]/Ցուցակներ / Open% 20Positions/AllItems.aspx?Դիտել ={84EEA2F5-121B-40B7-946F-0FA704A1DAA1}&FilterField1 = Recruiter&FilterValue1 = Անցկացնել

Ես նորադարձ այն:

     <ա Ռաֆֆի Չ.="Ցուցակներ / Open% 20Positions/AllItems.aspx?Դիտել =% 7b84EEA2F5-121B-40B7-946F-
0FA704A1DAA1}&AMP;FilterField1 = Recruiter&AMP;FilterValue1 = Անցկացնել"> Անցկացնել: </ա>

Ես ձեռքով փոխակերպվում առաջին փաստարկ է:

{84EEA2F5-121B-40B7-946F-0FA704A1DAA1}

դեպի:

%7b84EEA2F5-121B-40B7-946F-0FA704A1DAA1}

(Այս, բաց նեցուկ transforms է% 7B եւ փակման նեցուկ transforms է% 7D)

Երկրորդ եւ երրորդ փաստարկները’ պարամետրեր ("FilterField1=Recruiter" and "FilterValue1=Անցկացնել" համապատասխանաբար) պետք չէ, որ url-encoded, քանի որ դրանք չեն պարունակում որեւէ վտանգավոր նիշեր.

Notes:

Այս տեխնիկան ընդհանուր առմամբ պետք է աշխատել: Դուք ցանկանում եք տեղադրել մի հղիչ է XSLT, որտեղ հղում ներառում պարամետրերի վրա: URL ինչպիսիք:

http :/://[սերվեր]/[site]/Ցուցակներ / Open% 20Positions/AllItems.aspx?Դիտել ={84EEA2F5-121B-40B7-946F-0FA704A1DAA1}&FilterField1 = Recruiter&FilterValue1 = Անցկացնել

Ես ստացել եմ հղում իրեն մուտք գործարկողի ցուցակը եւ ձեռքով զտիչ կարգավիճակի սյունակում (labeled "Recruiter" վեր).

6 thoughts on "Արագ եւ հեշտ: Տեղադրել են մի հղիչ մեջ տվյալների դիտիր վեբ մասին XSLT

  1. Eric Anderson
    Do you have any suggestions for the situation where you want to pass data from a SharePoint list as the FilterValue1 value, and where the value in the column may contain ampersands? (I’ve tried numerous ways to encode/escape the value, but am not having a lot of luck in passing it properly.)
  2. Paul Galvin
    I didn’t invent it, but it’s strange how difficult it is to find.
    I came across a functional example of this I think from one of the "fab 40" կաղապարներ.
    It’s data view web part with XSLT that generates a graph. I definitely plan to do a post on it.

Ավելացնել կարծիք

Ձեր էլ. Փոստի հասցեն չի հրապարակվելու. Պահանջվող դաշտերը նշված են աստղանիշով *