Return-Path: Delivered-To: apmail-xmlgraphics-general-archive@www.apache.org Received: (qmail 95258 invoked from network); 19 Dec 2010 21:26:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Dec 2010 21:26:52 -0000 Received: (qmail 51265 invoked by uid 500); 19 Dec 2010 21:26:51 -0000 Mailing-List: contact general-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list general@xmlgraphics.apache.org Received: (qmail 51257 invoked by uid 99); 19 Dec 2010 21:26:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 21:26:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Dec 2010 21:26:51 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBJLQVwg013851 for ; Sun, 19 Dec 2010 21:26:31 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id oBJLQUOd013850; Sun, 19 Dec 2010 16:26:30 -0500 (EST) Date: Sun, 19 Dec 2010 16:26:30 -0500 (EST) From: bugzilla@apache.org To: general@xmlgraphics.apache.org Subject: DO NOT REPLY [Bug 50497] New: Ignores rdf:resource attributes in XMP X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: XMP X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sandals@crustytoothpaste.net X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: general@xmlgraphics.apache.org X-Bugzilla-Target-Milestone: -- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=50497 Summary: Ignores rdf:resource attributes in XMP Product: XMLGraphicsCommons Version: 1.4 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: XMP AssignedTo: general@xmlgraphics.apache.org ReportedBy: sandals@crustytoothpaste.net (I'm forwarding bug report #605941 I created for Debian.) When converting RDF into XMP, libxmlgraphics-commons-java ignores rdf:resource attributes and instead leaves the properties completely empty. This is problematic because certain common uses of RDF and XMP (e.g. cc:license attributes) are best used with rdf:resource. Attached is a patch which parses and emits rdf:resource attributes normally. Also, while the 2005 specification was not clear on whether rdf:resource was allowed in XMP, the 2008 specification (part 1, section 7.5) makes it clear that it is permissible. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: general-help@xmlgraphics.apache.org