[Clipart] [Fwd: [ inkscape-Bugs-1021025 ] Metadata: Need to use rdf:bag instead of comma separators]

Jon Phillips jon at rejon.org
Thu Nov 4 20:31:02 PST 2004


It appears that for the upcoming release of inkscape, metadata is now 
handled properly. If you are using cvs or a daily build, then you should 
get the benefits now.

COOL! Thanks Kees!

Jon


-------- Original Message --------
Subject: [ inkscape-Bugs-1021025 ] Metadata: Need to use rdf:bag instead 
of comma separators
Date: Thu, 04 Nov 2004 20:17:05 -0800
From: SourceForge.net <noreply at sourceforge.net>
To: noreply at sourceforge.net

Bugs item #1021025, was opened at 2004-09-02 02:18
Message generated for change (Comment added) made by nemies
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1021025&group_id=93438

Category: Other
>Group: All Platforms
>Status: Closed
>Resolution: Fixed
Priority: 6
Submitted By: Jonathan Phillips (kidproto)
Assigned to: Kees Cook (nemies)
Summary: Metadata: Need to use rdf:bag instead of comma separators

Initial Comment:
When using the metadata dialog in the document
preferences, there are certain text input fields that
need to parse comma separators (and other common
keyword delimeters) to use the proper XML markup. I'm
attaching a file that uses the proper XML to show
multiple tokens in the subject line of the metadata.
This is what the Open Clip Art Library uses, and is
compliant XML.


How done now:

<dc:subject>open clip art logo, images, logo, clip art,
ocal, logotype, filetype
</dc:subject>


How situation should be handled:

<pre>
<dc:subject>
         <rdf:Bag>
         <rdf:li>open clip art logo</rdf:li>
         <rdf:li>images</rdf:li>
         <rdf:li>logo</rdf:li>
         <rdf:li>clip art</rdf:li>
         <rdf:li>ocal</rdf:li>
         <rdf:li>logotype</rdf:li>
         <rdf:li>filetype</rdf:li>
         </rdf:Bag>
</dc:subject>
</pre>

----------------------------------------------------------------------

>Comment By: Kees Cook (nemies)
Date: 2004-11-04 20:17

Message:
Logged In: YES
user_id=26678

This is fixed in CVS now.

----------------------------------------------------------------------

Comment By: Jonathan Phillips (kidproto)
Date: 2004-09-02 02:19

Message:
Logged In: YES
user_id=914868

the <pre></pre> tags above are not needed.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1021025&group_id=93438



-- 
Jon Phillips

KOREA.PH.010.3140.7483
USA.PH.858.361.2811
jon at rejon.org
http://www.rejon.org

Inkscape (http://inkscape.org)
Open Clip Art Library (www.openclipart.org)
CVS Book (http://cvsbook.ucsd.edu)
Scale Journal (http://scale.ucsd.edu)



More information about the clipart mailing list