I was asked to implement a grouping by TEAM with all the employees regarding to the Team Name into a SharePoint People Results Webpart. Here I am gonna show you a very nice aproach how to realize this… more →
PANVEGA's Blogtpmccallum wrote 14 hours ago: <xsl:variable name=”l” select=”string-length($stringy)”/> <x … more →
tpmccallum wrote 14 hours ago: Extracting strings Extracting strings Call the template from the xslt <xsl:call-template … more →
tpmccallum wrote 14 hours ago: Check to see if nodes are blank or not <xsl:variable name="volume" select="../volume[. !='']"/ … more →
Thomas Hansen wrote 5 days ago: Recently, I needed to make some fairly large bodies of XML available for editing by a group of peopl … more →
yoavniran wrote 1 week ago: In case you’re wondering what it is I do everyday when i go to work this post should give you … more →
cervatz wrote 2 weeks ago: Have you ever been working with XSLT transformations? Well I have been and I was not able to find an … more →
Jim Lawless wrote 2 weeks ago: The eXtensible Stylesheet Language (XSL) allows one to write transform rules to alter input XML docu … more →
jamescryer wrote 2 weeks ago: While wandering down code memory lane I remembered writing this little beauty. It’s an XSLT t … more →
niamhck wrote 2 weeks ago: Thanks to Shaun O’Callagahan who sent me a link to his blog and this post that I found at shar … more →
James Cummings wrote 2 weeks ago: Rehdon and snail and others occasionally have asked me recently about marking up words inside anothe … more →
Author wrote 3 weeks ago: Using XSLT, the code below returns a list of distinct requirementId: <table border=”0 … more →
PANVEGA wrote 3 weeks ago: I was asked to implement a grouping by TEAM with all the employees regarding to the Team Name into a … more →
PANVEGA wrote 3 weeks ago: A customer asked me to adding a Property Field called “Manager” in the People Search Ad … more →
Florence wrote 1 month ago: Reference http://www.w3schools.com/xsl/xsl_transformation.asp – this is where the contents of … more →
Florence wrote 1 month ago: Reference http://www.w3schools.com/xsl/xsl_transformation.asp – this is where the contents of … more →
Florence wrote 1 month ago: References: tutorial – http://www.w3schools.com/xsl/default.asp specifications – http:/ … more →
shinutc wrote 1 month ago: First lets place all the letters of the alphabet, lower case and upper case in two seperate variabl … more →
rezniv wrote 1 month ago: We all like last minute requirement changes, it could turn a boring task into an exciting time attac … more →
karalius wrote 1 month ago: Recently, I had to fill some table cells with empty data just to keep table’s structure. Natu … more →