Re: [office] table:filter-condition extension proposal

From
Thomas Zander <>
Date
2007-06-08T23:51:52+00:00
ID
Thread
Re: [office] table:filter-condition extension proposal
On Friday 08 June 2007 21:20:29 Kohei Yoshida wrote:
> I would like to propose an extension to the table:filter-condition
> element to allow storage of multi-string filter data.  The details are
> attached to this email

IMOHO the values look better as text nodes instead of attributes.
so instead of:
    <filter-set-item table:value="John Doe”/>
    <filter-set-item table:value="Jane Doe”/>
you have
    <filter-set-item>John Doe”</filter-set-item>
    <filter-set-item>Jane Doe”</filter-set-item>

This equals the design of things like paragraphs etc in the spec better.
-- 
Thomas Zander