Hi All,
I am a unix script debeloper and I am very new to html coding with basic awarness of syntax. My question is how to add html attributes inside the paragraph which actually contains my XML data?
<LIST>
<ControlSegment
TABLENAME="QueueGeneric"
CLIENT="PST"
DOCUMENTSTATUS=""
PARTNERTYPE="TP"
EDITXM="410"
EDIVERSION="005010"
EDIMESSAGETYPE="4100"
EDIMESSAGECODE=""/>
</LIST>
When I add <font color="red"> they are bypassed and the same is displaying in my output also like below.
<LIST>
<ControlSegment
<font color="red"> TABLENAME="QueueGeneric"</font>
CLIENT="PST"
DOCUMENTSTATUS=""
PARTNERTYPE="TP"
EDITXM="410"
EDIVERSION="005010"
EDIMESSAGETYPE="4100"
<font color="red"> EDIMESSAGECODE="" </font> />
</LIST>
I would much appreciate any help to resolve this.
Thanks,
Badhrish