- From: Ray Denenberg, Library of Congress <rden@loc.gov>
- Date: Mon, 26 Apr 2004 16:51:43 -0400
- To: "ZIG" <www-zig@w3.org>
Alan -- I've fixed these errors
(http://www.loc.gov/z3950/agency/defns/term-2.html)
Thanks.
--Ray
----- Original Message -----
From: "Alan Kent" <ajk@mds.rmit.edu.au>
To: "ZIG" <www-zig@w3.org>
Sent: Tuesday, April 20, 2004 2:46 AM
Subject: MultipleSearchTerms-2 ASN.1 error?
>
> Hi all,
>
> Has anyone implemented MultipleSearchTerms-2? We support
> MultipleSearchTerms-1 but I had not noticed there was a -2
> form around. So I was having a look. See
> http://lcweb.loc.gov/z3950/agency/agree/range.html
>
> I got the ASN.1 and fed it through 'snacc', but it reported errors.
>
> On the site it says
>
> SEQUENCE OF SEQUENCE{
> term (1) IMPLICIT TERM,
> flag (2) IMPLICIT BOOLEAN OPTIONAL}
>
> I made the following changes to get snacc to compile it:
> - there were round brackets around the tag numbers instead of square
> brackets (I assume that was a typo)
> - I changed "TERM" to "Term"
> - I removed the IMPLICIT in front of Term to make snacc happy
>
> This results in
>
> SEQUENCE OF SEQUENCE{
> term [1] Term,
> flag [2] IMPLICIT BOOLEAN OPTIONAL}
>
> Are the above changes correct/compatible with what other people
have?
>
> Thanks,
> Alan
>
Received on Monday, 26 April 2004 16:53:39 UTC