Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 1 of 1

Thread: How to exclude an entity name from the entity.rootlevel.xml.config XML Package?

  1. #1
    doru is offline Senior Member
    Join Date
    Jan 2008
    Posts
    158

    Default How to exclude an entity name from the entity.rootlevel.xml.config XML Package?

    Hi,

    I am using ASPDSNF 9.x

    I need to exclude an entity name from the entity.rootlevel.xml.config XML Package.

    I found I have to modify this part:
    <xsl:for-each select=". | following-sibling::*[position() &lt; $GridCols]">
    <xsl:call-template name="EntityCell">
    </xsl:call-template>
    </xsl:for-each>

    I need to know how to change the select in order to exclude a certain entity. I have both the name and the id of that entity.

    Any help would be greatly appreciated!

    Thank you,

    Doru Pirvu
    Last edited by doru; 03-08-2011 at 07:40 AM.