You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by je...@apache.org on 2007/12/23 16:54:01 UTC

svn commit: r606569 - /xmlgraphics/commons/trunk/examples/java/xmp/pdf-example.xmp

Author: jeremias
Date: Sun Dec 23 07:54:01 2007
New Revision: 606569

URL: http://svn.apache.org/viewvc?rev=606569&view=rev
Log:
Make example a bit more interesting.

Modified:
    xmlgraphics/commons/trunk/examples/java/xmp/pdf-example.xmp

Modified: xmlgraphics/commons/trunk/examples/java/xmp/pdf-example.xmp
URL: http://svn.apache.org/viewvc/xmlgraphics/commons/trunk/examples/java/xmp/pdf-example.xmp?rev=606569&r1=606568&r2=606569&view=diff
==============================================================================
--- xmlgraphics/commons/trunk/examples/java/xmp/pdf-example.xmp (original)
+++ xmlgraphics/commons/trunk/examples/java/xmp/pdf-example.xmp Sun Dec 23 07:54:01 2007
@@ -5,9 +5,15 @@
       <dc:creator>
         <rdf:Seq>
           <rdf:li>John Doe</rdf:li>
+          <rdf:li>Jane Doe</rdf:li>
         </rdf:Seq>
       </dc:creator>
-      <dc:title>Example document</dc:title>
+      <dc:title>
+        <rdf:Alt>
+          <rdf:li xml:lang="x-default">Example document</rdf:li>
+          <rdf:li xml:lang="de">Beispieldokument</rdf:li>
+        </rdf:Alt>
+      </dc:title>
       <dc:date>2006-06-02T10:36:40+02:00</dc:date>
     </rdf:Description>
     <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">



---------------------------------------------------------------------
Apache XML Graphics Project URL: http://xmlgraphics.apache.org/
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org