On Mon, Jul 14, 2003 at 02:34:23PM +0200, Øyvind Kolås <[EMAIL PROTECTED]> wrote:
> I am currently working on some code related to how GEGL works/is going

Looks cool, however, one note:

>       <output id1="#1" />
>       <input ref1="#1" />

You use id1, ref1 etc... attributes (and you are perfectly fine to use
them), however, XML itself uses the id and idref attributes, and requires
a "Name" as value. I'd think it would be a good measure to use the same
syntax for your id1 and ref1 fields, so that people can transfer their
knowledge about ids and references in xml to your application.

In other words: I'd replace the "#" by a letter.

:)

-- 
      -----==-                                             |
      ----==-- _                                           |
      ---==---(_)__  __ ____  __       Marc Lehmann      +--
      --==---/ / _ \/ // /\ \/ /       [EMAIL PROTECTED]      |e|
      -=====/_/_//_/\_,_/ /_/\_\       XX11-RIPE         --+
    The choice of a GNU generation                       |
                                                         |
_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to