Hi,
I am trying to include static html page into component (appearance xsl).
Code used in Appearance xsl:
<!--#include virtual="<xsl:value-of select="Properties/Data/Datum[@Name='html_path']">" -->I have converted this html into xsl/xml format and tried to import xsl..
Flowwing is the code i am getting in the view source of the page:
include virtual="/iw/cci/meta/no-injection/iw-mount/iwadmin/main/livesite/test/WORKAREA/shared//iw/cci/meta/no-injection/iw-mount/iwadmin/main/livesite/test/WORKAREA/shared/templates/components/headers/us/office/test.xml"
I am expecting the included HTML code embedded in the page as output.