I have an alternate skin set up as a specialty store-within-a-store, that can be reached through an affiliate address. That works fine, but my problem is that I can't seem to get it to display an alternative to the "hometopintro" topic that my main skin shows. I don't want to change hometopintro, because my main skin needs it.
In page.default.xml.config, I added the lines
<xsl:if test="skinid=4">
<xsl:value-of select="aspdnsf:topic('specialstore')" disable-output-escaping="yes"/>
</xsl:if>
thinking that would do the trick, but it's not. How do I configure the config file to get this skin to pull an alternative to hometopintro?