On Mon, 15 Jul 2002 [EMAIL PROTECTED] wrote:

> 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??

ITU-T X.693 and X.680:2002.  You can find draft copies of both at the
ITU-T web site.

> 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??

<A>
  <b>35</b>
  <c>22</c>
</A>

-------------------------------------------------------------------------
Bancroft Scott                               Toll Free    :1-888-OSS-ASN1
OSS Nokalva                                  International:1-732-302-0750
[EMAIL PROTECTED]                                 Tech Support :1-732-302-9669 x-1
1-732-302-9669 x-200                         Fax          :1-732-302-0023
http://www.oss.com

Reply via email to