Hi all i am using dolphin 6.1.6. I need some more changes in my orca forum. for example we need add more field in to xml array and get these values on browser.I have added and pass to xsl page.but it display on parent templates only .Does not dispaly other templates.
Ex:
$r=EOF <user>
<name>asif</name>
<gender>male</gender>
</user>
EOF;
I have passed this example into xsl through
<forum>$r</forum>
If used temaplate match as user we have get all values.
but we have used call-template concept we have not get these values.
How to get these values all templates.
Please help me.