Search the web
Sign In
New User? Sign Up
sitecore
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2094 - 2123 of 3315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2094
Hi, My problem is figuring out how to pass parameters to an XSLT stylesheet in SiteCore V4 using Visual Studio 2003. I am generating an XML output from an...
loern_it
Offline Send Email
Jun 1, 2006
12:56 pm
2095
I haven't had a chance to look at this closely, but have you taken a look here? http://sdn.sitecore.net/Developer/4,-d-,3/Development/Debugging%20and%20 ...
Derek Roberti
derekroberti
Offline Send Email
Jun 1, 2006
6:02 pm
2096
Hi Matt, Do the links have to be in WYSIWYG fields or can they be generated by a rendering? If in WYSIWYG, I suppose it's possible to have the rendering parse...
John West
johnpwest3
Offline Send Email
Jun 2, 2006
5:36 pm
2097
I'm trying to use the Service Mark special character &#8480; (in html and text fields) but Sitecore seems to want to make it a square. Is there anyhting I can...
g_hause
Offline Send Email
Jun 2, 2006
8:46 pm
2098
I get the same result as you. But I also get the same result if I just create a static html file on my desktop. Are you sure you have the character code...
Derek Roberti
derekroberti
Offline Send Email
Jun 2, 2006
9:31 pm
2099
... The service mark character is one of those characters that's historically not been well-supported across user interfaces. Your code is perfectly valid,...
Al Boss
albertwboss
Online Now Send Email
Jun 3, 2006
12:20 am
2100
I am not sure there is a best practice here but you should also think about usability, locking, security, workflow, etc. - if all the data is in the home item,...
John West
johnpwest3
Offline Send Email
Jun 4, 2006
2:57 pm
2101
I have installed the XML data provider and followed the instructions given on SDN5. Using the example XML extract shown in the instructions, nothing shows up...
ncpullinger
Offline Send Email
Jun 5, 2006
3:10 pm
2102
Has a SQL script been created as a resolution of this issue? I have just run into the same problem and would rather not do a full upgrade from 5.1.1 right now....
g_hause
Offline Send Email
Jun 5, 2006
6:27 pm
2103
I'll reply to myself, then :-) : I went through the entire database and found that approx. 25 items were missing in the masterindex-table. I rebuilt the...
ffrotslyg
Offline Send Email
Jun 6, 2006
5:52 am
2104
Is there a tool out there that can take all the items under the home node and dump them to a xml file? I just wanted something to look at when writing my...
frenchyelca
Offline Send Email
Jun 6, 2006
4:33 pm
2105
Hey Mike, To export the items for a language, go to Control Panel > Globalization ... focus too much on the raw xml - is to use the extension functions. So, ...
Derek Roberti
derekroberti
Offline Send Email
Jun 6, 2006
4:39 pm
2106
Derek, I'm with you on this one. The more I thought about it, the more it made sense. Mike...
frenchyelca
Offline Send Email
Jun 6, 2006
4:41 pm
2107
Another way if you want to use a browser instead of export. Create an XML device activated by a query string parameter, for instance x=1. Create a new layout...
John West
johnpwest3
Offline Send Email
Jun 6, 2006
4:54 pm
2108
I'm at the point where I'm starting to write some x-path queries in the xslt files for the first time. One of the items under the home item is called...
frenchyelca
Offline Send Email
Jun 6, 2006
5:25 pm
2109
The xpath used is different than a sitecore path. ex: sitecore path /home/needhelp xpath //item[@key='home']/item[@key='needhelp'] That is why extension...
David Specht
hdsthe3
Offline Send Email
Jun 6, 2006
5:44 pm
2110
<xsl:variable name="nh" select="$home/item[@key='needhelp']" /> <xsl:value-of select="$nh/@name" /> Everything in Sitecore is an item, and the key attribute of...
John West
johnpwest3
Offline Send Email
Jun 6, 2006
5:50 pm
2111
The simplest way to do this is to use the "Copy to Clipboard" command in the Content Editor, then immediately paste into a text or XML editor (Sitecore copies...
Kerry Bellerose
kerry_bellerose
Offline Send Email
Jun 6, 2006
5:55 pm
2112
You want to avoid the // axis (descentant axis, pronounced "whack whack") because of a performance problem in the .NET framework. You can get around this with...
John West
johnpwest3
Offline Send Email
Jun 6, 2006
6:59 pm
2113
Hello, I am trying to find a good way of checking my links. We are moving from a fairly static website to a new website in Sitecore. As part of the content...
vv152
Offline Send Email
Jun 6, 2006
10:23 pm
2114
Veena - Just to make sure I understand what you are saying - is this a scenario where you are going to continue to maintain some of your legacy pages and you...
Derek Roberti
derekroberti
Offline Send Email
Jun 6, 2006
11:46 pm
2115
Note that Sitecore 5 has two xml formats: one is used for xml-serialization like clipboard copy/paste and packager and the other, which is more lightweight,...
Alexey Rusakov
a_rusakov
Offline Send Email
Jun 7, 2006
6:00 pm
2116
We're having one instance of sitecore have two websites in it. I followed the instructions posted on sitecore.net. ...
frenchyelca
Offline Send Email
Jun 7, 2006
6:49 pm
2117
Mike - Did you change the name of the home item for your sites? Check in the web.config under <sites><site name="shell">. Check the startItem attribute to make...
Derek Roberti
derekroberti
Offline Send Email
Jun 7, 2006
8:33 pm
2118
Derek, I added a new item under the content item and called it HomeSmobenefits so it's sibling is the home item. Then I changed the hostname atribute for the...
frenchyelca
Offline Send Email
Jun 7, 2006
10:13 pm
2119
Hi everyone, Is it possible to move the upload folder to another partition e.g. Sitecore on c drive and the upload folder on e drive? I have tried to move the...
carstenhojgaard
Offline Send Email
Jun 8, 2006
7:51 am
2120
Hi Carsten There is an easy hack that doesn't actively involve Sitecore. Simply mount the e drive on the sitecore/upload folder and you can have all the space...
Bo Breiting
bobreiting
Offline Send Email
Jun 8, 2006
11:48 am
2121
Hi there, I am creating a custom XML output from SiteCore. Some of the fields contain HTML. Usually this isn't a problem, because you can use the...
loern_it
Offline Send Email
Jun 8, 2006
11:49 am
2122
Hi again, Thanks for the reply, although it didn't help me. I did figure out what it was i was looking for. I used the sc:qs() function to grab the...
loern_it
Offline Send Email
Jun 8, 2006
11:49 am
2123
I have produced a site i the default language (en). I have started to fill in the content in the Danish version, but when i publish the danish site none of the...
Tina
tiwc1866
Offline Send Email
Jun 8, 2006
11:52 am
Messages 2094 - 2123 of 3315   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help