Hi,
i have a very common issue, i searched but could not found.
The problem i am changing xml asset to aspx page which returns an xml. But gives error -> "Error: Unknown asset type | aspx"
here is site xml:
<page id="our_philosophy" title="Our Philosophy" src="our_philosophy.swf">
<!--<asset id="thisXML" src="xml/our_philosophy.xml" />-->
<asset id="thisXML" src="http://projects.gricreative.com:8019/tr-TR/our-philosophy/6.aspx" />
</page>
how can i deal with this. thanks.