|
FAST Protocol
< Previous Next >
Template References and passing value to the Referenced Template
Darshan Khedekar 29 Apr 2010 3:27AM ET Is it possible to pass arguments to a common template referenced in other templates. Something like below?
<template name="Common" msgType >
<string constant value=msgType>
</template>
<template name="Msg1">
<templateRef name="Common" msgType='X'>
...other fields for this template
</template>
<template name="Msg2">
<templateRef name="Common" msgType='W'>
...other fields for this template
</template>
Regards,
Darshan
Template References and passing value to the Referenced Template Darshan Khedekar 29 Apr 2010 3:27AM ET |