Le Fri, Aug 01, 2003, � 01:44:47AM -0500, Lars Clausen a �crit:
> On 1 Aug 2003, Krzysztof Foltman wrote:
> > Alan Horkan wrote:
> >
> >> True False
> >>
> > Or <point x="3" y="2" directions="north,south,west">
> >
> > (overriding _whole_ default set of directions for that point)
> 
> I'd like to do that, except it's a bad idea to have XML attributes that
> themselves have structure to them.  Then we'll need an extra little parser
> for the attribute, which defeats the purpose of XML.

then how about:
        <point x="3" y="2">
                <north/>
                <south/>
                <west/>
        </point>

and priorities become a matter of adding <north priority="2"/> should that
become important.

        -- Cyrille

-- 
_______________________________________________
Dia-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.lysator.liu.se/~alla/dia/faq.html
Main page at http://www.lysator.liu.se/~alla/dia

Reply via email to