Hello All,
I'm studying XER(xml encoding rules). I was not able find any document
which specified these rules along with examples the way we have
specifications like x209 for BER and x691 for PER.
Is there any document specifying XER??
Suppose I have ASN format something like
A ::=Sequence
{
B Integer,
C [1]Octet String,
}
For the above syntax an example of BER encoded data would be
30 06 02 01 23 81 01 22
Can anyone tell how will we encode the above ASN format using XER??
Thanks & regards
Trupti