Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 614063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:04:17+00:00 2026-05-13T18:04:17+00:00

Right now when i’m setting publishing restrictions for items in Sitecore that get rendered

  • 0

Right now when i’m setting publishing restrictions for items in Sitecore that get rendered by xslt renderings, the xslt will just output empty blocks which don’t look very nice on the website.

This is the xslt code i’m using to render my Sitecore item:

      <xsl:for-each select="$item[sc:fld('__created',.)]">
    <xsl:for-each select="sc:Split('Agenda-items',$item)">
      <xsl:variable name="thisitem" select="sc:Split('Agenda-items',$item)" />
      <xsl:variable name="loopitem" select="sc:item(text(),.)" />
      <xsl:if test="$item[sc:fld('__created',.)]">

        <div class="agendaItem">
          <div class="agendaDatum">
            <span class="agendaDag">
              <sc:date field="Begindatum" format="dd" select="$loopitem" />
            </span>
            <span class="agendaMaand">
              <sc:date field="Begindatum" format="MMM" select="$loopitem" />
            </span>
          </div>
          <div class="agendaTekst">
            <sc:link select="$loopitem" title="" class="rood">
              <sc:text field="Titel" select="$loopitem" />
            </sc:link>
            <br />
            <span class="agendaUitleg">
              <xsl:value-of select="stringutil:Clip(sc:field('Intro',$loopitem), 60, 1)"/>&#160;
            </span>
          </div>
        </div>
      </xsl:if>
    </xsl:for-each>
  </xsl:for-each>

What i want is to check wheter an item has a version available in the context language that is NOT restricted from being shown on the current date. So for example:

It’s 12 february 2010 and i have an item which is restricted from publishing from 11 february 2010 untill 16 february 2010. Right now it will not be shown, which is what i want. But instead of not Showing my spans and div’s either, it will just fill them with empty info. This results in empty blocks on the website which is kind of ugly:

Empty :/ http://www.bibliotheekmb.nl/images/emptycellblocks.png

So the top one item of this block shows an item, while it’s restricted from being published. How can i handly this in xslt??

The Sitecore presentation xslt cookbook says:

<xsl:for-each select="$sc_currentitem/item[sc:fld('__created',.)]">
<!--the context element is an item with a version in the context language--> 
</xsl:for-each>

This is to select items with a version in the context language, but isn’t working for what I want.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T18:04:18+00:00Added an answer on May 13, 2026 at 6:04 pm

    Remember that although the item referred to isn’t published a reference to it will still exist in the ‘Agenda-items’ field in the form of a guid, therefore when you split the field you will have four items to iterate through but only three items in the database.

    To ensure that only items that exist in the database are listed add the following if test:

    <xsl:for-each select="sc:Split('Agenda-items',$item)">
      <xsl:if test="sc:item(.,.) !=''">
        <xsl:variable name="thisitem" select="sc:Split('Agenda-items',$item)" />
        <xsl:variable name="loopitem" select="sc:item(text(),.)" />
        <!-- other processing -->
      <xsl:if>
    </xsl:for-each>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Right now, I keep all of my projects on my laptop. I'm thinking that
Right now I have an SSIS package that runs every morning and gives me
Right now, I have code that looks something like this: Private Sub ShowReport(ByVal reportName
Right now, I'm particularly interested in reading the data from MP3 files (ID3 tags?),
Right now my ant task looks like. <javadoc sourcepath=${source} destdir=${doc}> <link href=http://java.sun.com/j2se/1.5.0/docs/api/ /> </javadoc>
Right now I have a database (about 2-3 GB) in PostgreSQL, which serves as
Right now I'm doing something like this: RewriteRule ^/?logout(/)?$ logout.php RewriteRule ^/?config(/)?$ config.php I
Right now I'm making an extremely simple website- about 5 pages. Question is if
Right now, I have two Eclipse projects - they both use Maven 2 for
Right now, my SVN repository is on my laptop's HDD (although I use a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.