Skip to main content

Mike Geyer's Blog

A fun place to read and collaborate about SharePoint and related technologies.
Go Search
  
Mike Geyer's Blog > Comments > Almost have Multiple Sites Working  

Comments: Almost have Multiple Sites Working

Keep in touch: RSS Feed  


I'm a


My company is a


And we deliver

  (we're certified)

Your Name

Jason 

URL

 

Title

Almost have Multiple Sites Working 

Body

I have almost figured out the problem with the multiple sites problem (I have been experiencing the same thing).  I have added to Mike provided:

<xsl:text disable-output-escaping="yes">
<![CDATA[<a href="/]]>
</xsl:text>
<xsl:value-of select="@NEED SITE URL"/>
<xsl:text disable-output-escaping="yes">
<![CDATA[</Lists/Posts/ViewPost.aspx?ID=]]>
</xsl:text>
<xsl:value-of select="@ID"/>
<xsl:text disable-output-escaping="yes"><![CDATA[">]]>
</xsl:text>
<xsl:value-of select="$DisplayTitle"/>
<xsl:text disable-output-escaping="yes"><![CDATA[</a>]]>
</xsl:text>

I just need to figure out how to pull the site url name from SharePoint;  I have figured out ways to pull the site name, but that displays with spaces and such.

Thanks!
Approval Status Approved 
 
Attachments
Created at 8/9/2009 4:00 PM  by  
Last modified at 8/9/2009 4:00 PM  by  
Copyright© 1997-2009 Mike Geyer
The posts on this weblog are provided “AS IS” with no warranties, and confer no rights. The opinions expressed herein are personal.