Click to See Complete Forum and Search --> : Help Regarding complex type


pp2
09-28-2010, 02:22 AM
Hi ,
Enum media={"text","binary"}
I have to make the xml tags like this
if(media="text")
{
it should contain following tags
<content>

}
if(media=binary)
{
it should contain
<attchments>
}

Plz help me regarding this
Thanks in advance