Re: [office] text:meta-field

From
Svante Schubert <>
Date
2007-10-28T19:26:18+00:00
ID
Thread
Re: [office] text:meta-field
Hi Florian!

Florian Reuter wrote:
> If I understood correctly that is an alternative solution.
>
> So you think of something like
>
> <p>Description:<text:meta-field><p>A comment</p>
> <p>which spans multiple paragraphs</p></text:meta-field>End descr text.</p>
>
> which is interpreted as:
> Description: A comment
> which spans multiple paragraphs End descr text.
>
> The schema of text:meta-fields would allow this I guess. 
>   
> I was thinking of that before. Little harder to implement (so not prefered :-)) but OK too.
>
> Could we agree on that?
>   
Currently text:meta-field is allowed to have the same content as a 
paragraph, which not include a paragraph itself.
Therefore the given example

<p>Description:
    <text:meta-field>
        <p>A comment</p>
        <p>which spans multiple paragraphs</p>
    </text:meta-field>End descr text.
</p>
would not be valid.

Svante