Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
could you plz let me know how to write attribute value for CallingAuthenticationValue.
XML
<AssociationRequest>
  <ApplicationContextName Value="LN" />
  <SenderACSERequirements Value="1" />
  <MechanismName Value="LOW_SECURITY" />
  <CallingAuthenticationValue Value=" " />
  <InitiateRequest>
    <ProposedDlmsVersionNumber Value="06" />
    <ProposedConformance>
      <ConformanceBit Name="Action" />
      <ConformanceBit Name="SelectiveAccess" />
      <ConformanceBit Name="Set" />
      <ConformanceBit Name="Get" />
      <ConformanceBit Name="BlockTransferWithSet" />
      <ConformanceBit Name="BlockTransferWithGet" />
    </ProposedConformance>
    <ProposedMaxPduSize Value="FFFF" />
  </InitiateRequest>
</AssociationRequest>
Posted
Updated 6-Jun-12 18:49pm
v3
Comments
nv3 29-May-12 16:41pm    
PLease clarify what you mean with "cmarkup/any parser". Are you looking for an XML parser or do you have one and just want to know how to use it?
Member 9043734 29-May-12 23:56pm    
no sir i just wanted to know how to set the attribute using xml parser
Mohibur Rashid 7-Jun-12 1:04am    
I will repeat nv3's question, what xml parser are you using?
Member 9043734 7-Jun-12 1:30am    
I m trying with CMarkup parser
Mohibur Rashid 7-Jun-12 2:38am    
Now I will suggest you to see the documentation related with CMarkup Class

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900