STR-209: Aterm2xml implicit mode: produces an error for some annos.
I’ve noticed that aterm2xml produces an error if I feed it annotations
in the implicit mode, not sure if that is the desired behaviour (or
perhaps I’m doing something wrong).For example:
$ echo ‘HelloWorld{[“my”, “annotation”]}’ | aterm2xml
at:annoat:listat:stringmy</at:string>at:stringannotation</at:string></at:list></at:anno>
Works fine, but:
$ echo ‘HelloWorld{[“my”, “annotation”]}’ | aterm2xml –implicit
** ERROR: invalid box:
([H([SOpt(HS,“0”)],[S(“my”)]),H([SOpt(HS,“0”)],[S(“annotation”)])],49)
/home/rob/bin/abox2text: rewriting failed
/home/rob/bin/pp-xml-doc: rewriting failedRegards,
Submitted on 27 November 2004 at 09:45
Issue Log
On 27 November 2004 at 09:45 Jira commented:
STR-209, martin:
Oeps. forgot to mention that this was reported by Rob van der Leek.
Log in to post comments