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 2 of 2

Thread: How to insert a topic into an XML Package

  1. #1
    joshie679 is offline Junior Member
    Join Date
    Oct 2011
    Posts
    1

    Unhappy How to insert a topic into an XML Package

    Hi, I am farily new with aspdotnetstorefront and I need to insert a topic into a file inside the XML packages folder (it has a .config extension) at the end. Can anybody provide me with the right syntax to be able to do that?

    Thanks,
    Carlos

  2. #2
    webopius is offline Senior Member
    Join Date
    Nov 2008
    Location
    London, UK
    Posts
    440

    Default

    Code:
    <xsl:value-of select="aspdnsf:Topic('YOURTOPICNAME')" disable-output-escaping="yes"/>