Re: [Use cases] 1.2.4.3 missing comma

At 02:09 PM 10/15/2003, Sarah Wilkin wrote:

>Expected result is written as:
><section_count>7</section_count>
><figure_count>3</figure_count>
>
>it should be:
><section_count>7</section_count>,
><figure_count>3</figure_count>
>
>(comma after section_count element)

I suspect you are using Galax, which does format the output with a comma.

This query has two element constructors, separated by a comma. This comma 
is not text, it separates the two constructors. The output should not have 
a comma.

Jonathan 

Received on Monday, 27 October 2003 22:38:04 UTC