which xml you are referring to? catalogsearch.xml in the folder "layout"?
just call below code where you want to add (into phtml file)
<?php echo $this->getLayout()->createBlock('catalogsearch/advanced_form')->setTemplate('catalogsearch/advanced/form.phtml')->toHtml();
ok, i will add in my custom page. Regarding the last post? you are talking about a XML file.
is that work then mark as solution.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 40961 bytes) in /web/htdocs/www.markaracing.com/home/shop3/app/code/core/Mage/Core/Block/Template.php on line 219
@vice83 seems like lot of attribute and that options are there so page go down.
increase memory limit or add into index.php
ini_set("memory_limit","3G");
Always the same error :/