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() < $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