migrate_extras_media.xml 1021 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <source_data>
  3. <item>
  4. <id>3</id>
  5. <title>Simple example</title>
  6. <body>This is pretty straight-forward.</body>
  7. <document>
  8. <filename>docs/test_doc.txt</filename>
  9. </document>
  10. <video>
  11. <uri>http://www.youtube.com/watch?v=tgbNymZ7vqY</uri>
  12. <description>Best video ever</description>
  13. </video>
  14. </item>
  15. <item>
  16. <id>8</id>
  17. <title>Another example</title>
  18. <body><![CDATA[So is this. Well, except for the image here, which we want to translate
  19. from an &lt;img&gt; tag to Media module tagging:
  20. <img src="images/watchdog-ok.png" />]]>
  21. </body>
  22. <document>
  23. <filename>docs/random.docx</filename>
  24. </document>
  25. <image>
  26. <filename>images/watchdog-ok.png</filename>
  27. <description>A simple checkmark</description>
  28. </image>
  29. <video>
  30. <uri>http://www.youtube.com/watch?v=kfVsfOSbJY0</uri>
  31. <description>NOT the best video ever</description>
  32. </video>
  33. </item>
  34. </source_data>