{"id":1670,"date":"2009-07-25T12:11:48","date_gmt":"2009-07-25T19:11:48","guid":{"rendered":"http:\/\/multimedia.cx\/eggs\/?p=1670"},"modified":"2009-09-18T21:47:30","modified_gmt":"2009-09-19T04:47:30","slug":"xml-monkey","status":"publish","type":"post","link":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/","title":{"rendered":"XML Monkey"},"content":{"rendered":"<p>I&#8217;m trying to come to terms with the reality that is XML. I may not like the format but that won&#8217;t change the fact that I have to interoperate with various XML data formats already in the wild. In other words, treat it like any random multimedia format. For example, suppose I want to write software to interpret the various comics that I&#8217;ve created with <a href=\"http:\/\/games.multimedia.cx\/another-taco-bell-promo\/\">Taco Bell&#8217;s series of Comics Constructors CD-ROMs<\/a>.<\/p>\n<p><center><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/07\/xml-monkey-top-panel.jpg\" alt=\"Amazon Raiders: XML Monkey, top panel\" title=\"Amazon Raiders: XML Monkey, top panel\" width=\"447\" height=\"194\" class=\"aligncenter size-full wp-image-1671\" srcset=\"https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/07\/xml-monkey-top-panel.jpg 447w, https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/07\/xml-monkey-top-panel-300x130.jpg 300w\" sizes=\"auto, (max-width: 447px) 100vw, 447px\" \/><br \/>\n<\/center><\/p>\n<p><!--more--><\/p>\n<p><center><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/07\/xml-monkey-bottom-panels.jpg\" alt=\"Amazon Raiders: XML Monkey, bottom panels\" title=\"Amazon Raiders: XML Monkey, bottom panels\" width=\"447\" height=\"403\" class=\"aligncenter size-full wp-image-1672\" srcset=\"https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/07\/xml-monkey-bottom-panels.jpg 447w, https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/07\/xml-monkey-bottom-panels-300x270.jpg 300w\" sizes=\"auto, (max-width: 447px) 100vw, 447px\" \/><br \/>\n<\/center><\/p>\n<p>The comics are saved as XML files that look something like this:<\/p>\n<p>[xml]<br \/>\n<comic>\n  <page0 name=\"pgt1\">\n    <sq1 mirror=\"0\" rotation=\"0\" scale=\"350\" y=\"283\" x=\"388\" bg=\"bg07\"><br \/>\n      <object sq=\"1\" libType=\"characters\" depth=\"1\" mirror=\"0\" rotation=\"0\" scale=\"100\" y=\"368\" x=\"196\" name=\"ch01\" \/><br \/>\n      <object sq=\"1\" libType=\"characters\" depth=\"2\" mirror=\"1\" rotation=\"0\" scale=\"100\" y=\"370\" x=\"338\" name=\"ch10\" \/><br \/>\n      <object sq=\"1\" libType=\"characters\" depth=\"3\" mirror=\"0\" rotation=\"0\" scale=\"100\" y=\"376\" x=\"342\" name=\"0\" \/><br \/>\n      <object sq=\"1\" libType=\"objects\" depth=\"4\" mirror=\"0\" rotation=\"0\" scale=\"100\" y=\"367\" x=\"469\" name=\"ob02\" \/><br \/>\n      <object txtColor=\"\" cont=\"We might as well face it-- XML isn&apos;t going away\" sq=\"1\" libType=\"bubbles\" depth=\"5\" mirror=\"1\" rotation=\"0\" scale=\"100\" y=\"265\" x=\"216\" name=\"bu01\" \/><br \/>\n      <object sq=\"1\" libType=\"characters\" depth=\"6\" mirror=\"0\" rotation=\"0\" scale=\"80\" y=\"321\" x=\"168\" name=\"ch19\" \/><br \/>\n    <\/sq1><br \/>\n&#8230;\n  <\/page0>\n&#8230;<br \/>\n<\/comic><br \/>\n[\/xml]<\/p>\n<p>How to even begin with this? Sometimes a good book can help. Yesterday, I found an old book from 1999 called <a href=\"http:\/\/www.amazon.com\/Just-Xml-John-E-Simpson\/dp\/0139434178\">&#8220;Just XML&#8221; by John E. Simpson<\/a>. It weighs in at nearly 400 pages. I thought XML was supposed to be relatively straightforward to understand.<\/p>\n<p>The book is supposed to be geared toward web programmers. I&#8217;m not a web programmer, but I do wish to know how to programmatically access this data. I have seen that Python has interfaces to libraries that parse XML. So I shoved xml-monkey.xml through the example code shown at the end of <a href=\"http:\/\/docs.python.org\/library\/pyexpat.html\">Python&#8217;s xml.parser.expat<\/a> documentation. This yields:<\/p>\n<pre>\r\nStart element: COMIC {}\r\nStart element: PAGE0 {u'name': u'pgt1'}\r\nStart element: SQ1 {u'scale': u'350', u'bg': u'bg07', \r\n  u'mirror': u'0', u'y': u'2\r\n  83', u'x': u'388', u'rotation': u'0'}\r\nStart element: OBJECT {u'scale': u'100', u'name': u'ch01', \r\n  u'sq': u'1', u'depth': u'1', u'mirror': u'0', u'y': u'368', u'x':\r\n  u'196', u'rotation': u'0', u'libType': u'characters'}\r\nEnd element: OBJECT\r\nStart element: OBJECT {u'scale': u'100', u'name': u'ch10', \r\n  u'sq': u'1', u'depth': u'2', u'mirror': u'1', u'y': u'370', u'x': \r\n  u'338', u'rotation': u'0', u'libType': u'characters'}\r\nEnd element: OBJECT\r\nStart element: OBJECT {u'scale': u'100', u'name': u'0', u'sq':\r\n  u'1', u'depth': u'3', u'mirror': u'0', u'y': u'376', u'x': u'342',\r\n  u'rotation': u'0', u'libType': u'characters'}\r\nEnd element: OBJECT\r\nStart element: OBJECT {u'scale': u'100', u'name': u'ob02', \r\n  u'sq': u'1', u'depth': u'4', u'mirror': u'0', u'y': u'367', u'x': \r\n  u'469', u'rotation': u'0', u'libType': u'objects'}\r\nEnd element: OBJECT\r\nStart element: OBJECT {u'scale': u'100', \r\n  u'cont': u\"We might as well face it-- XML isn't going away\", \r\n  u'name': u'bu01', u'sq': u'1', u'txtColor': u'', u'depth': u'5', u'mirror': \r\n  u'1', u'y': u'265', u'x': u'216', u'libType': u'bubbles', u'rotation': u'0'}\r\n...\r\n<\/pre>\n<p>So that&#8217;s something. I thought XML documents were required to start with a little more boilerplate such as &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;. I see that there are a few levels to XML validity, the first is &#8220;well-formed&#8221; in which the document adheres to basic XML syntactic rules. Then there&#8217;s actually being &#8220;valid&#8221; which requires a document type definition to validate against. That DTD, I do not have.<\/p>\n<p>But this is still a good start. I can see how I might start processing the data using Python. This is good since I am encountering more and more XML files that I&#8217;m interested in manipulating.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Getting my feet wet with Python and XML, as well as a Comics Constructor software package<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28,55],"tags":[],"class_list":["post-1670","post","type-post","status-publish","format-standard","hentry","category-programming","category-python"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Getting my feet wet with Python and XML, as well as a Comics Constructor software package\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Multimedia Mike\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/multimedia.cx\/eggs\/xml-monkey\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Breaking Eggs And Making Omelettes | Topics On Multimedia Technology and Reverse Engineering\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Learning XML By Doing | Breaking Eggs And Making Omelettes\" \/>\n\t\t<meta property=\"og:description\" content=\"Getting my feet wet with Python and XML, as well as a Comics Constructor software package\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/multimedia.cx\/eggs\/xml-monkey\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2009-07-25T19:11:48+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2009-09-19T04:47:30+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Learning XML By Doing | Breaking Eggs And Making Omelettes\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Getting my feet wet with Python and XML, as well as a Comics Constructor software package\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/xml-monkey\\\/#article\",\"name\":\"Learning XML By Doing | Breaking Eggs And Making Omelettes\",\"headline\":\"XML Monkey\",\"author\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/wp-content\\\/uploads\\\/2009\\\/07\\\/xml-monkey-top-panel.jpg\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/xml-monkey\\\/#articleImage\",\"width\":447,\"height\":194},\"datePublished\":\"2009-07-25T12:11:48-07:00\",\"dateModified\":\"2009-09-18T21:47:30-07:00\",\"inLanguage\":\"en-US\",\"commentCount\":9,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/xml-monkey\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/xml-monkey\\\/#webpage\"},\"articleSection\":\"Programming, Python\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/xml-monkey\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/multimedia.cx\\\/eggs\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/programming\\\/#listItem\",\"name\":\"Programming\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/programming\\\/#listItem\",\"position\":2,\"name\":\"Programming\",\"item\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/programming\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/xml-monkey\\\/#listItem\",\"name\":\"XML Monkey\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/xml-monkey\\\/#listItem\",\"position\":3,\"name\":\"XML Monkey\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/category\\\/programming\\\/#listItem\",\"name\":\"Programming\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\",\"name\":\"Breaking Eggs And Making Omelettes\",\"description\":\"Topics On Multimedia Technology and Reverse Engineering\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/\",\"name\":\"Multimedia Mike\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/xml-monkey\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2eb93f7cada658f7986b5092062849fa255779eada3342c8f6b9a40764b95fdd?s=96&d=identicon&r=g\",\"width\":96,\"height\":96,\"caption\":\"Multimedia Mike\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/xml-monkey\\\/#webpage\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/xml-monkey\\\/\",\"name\":\"Learning XML By Doing | Breaking Eggs And Making Omelettes\",\"description\":\"Getting my feet wet with Python and XML, as well as a Comics Constructor software package\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/xml-monkey\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/author\\\/multimedia-mike\\\/#author\"},\"datePublished\":\"2009-07-25T12:11:48-07:00\",\"dateModified\":\"2009-09-18T21:47:30-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#website\",\"url\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/\",\"name\":\"Breaking Eggs And Making Omelettes\",\"description\":\"Topics On Multimedia Technology and Reverse Engineering\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/multimedia.cx\\\/eggs\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Learning XML By Doing | Breaking Eggs And Making Omelettes","description":"Getting my feet wet with Python and XML, as well as a Comics Constructor software package","canonical_url":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/#article","name":"Learning XML By Doing | Breaking Eggs And Making Omelettes","headline":"XML Monkey","author":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"publisher":{"@id":"https:\/\/multimedia.cx\/eggs\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/multimedia.cx\/eggs\/wp-content\/uploads\/2009\/07\/xml-monkey-top-panel.jpg","@id":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/#articleImage","width":447,"height":194},"datePublished":"2009-07-25T12:11:48-07:00","dateModified":"2009-09-18T21:47:30-07:00","inLanguage":"en-US","commentCount":9,"mainEntityOfPage":{"@id":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/#webpage"},"isPartOf":{"@id":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/#webpage"},"articleSection":"Programming, Python"},{"@type":"BreadcrumbList","@id":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs#listItem","position":1,"name":"Home","item":"https:\/\/multimedia.cx\/eggs","nextItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/programming\/#listItem","name":"Programming"}},{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/programming\/#listItem","position":2,"name":"Programming","item":"https:\/\/multimedia.cx\/eggs\/category\/programming\/","nextItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/#listItem","name":"XML Monkey"},"previousItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/#listItem","position":3,"name":"XML Monkey","previousItem":{"@type":"ListItem","@id":"https:\/\/multimedia.cx\/eggs\/category\/programming\/#listItem","name":"Programming"}}]},{"@type":"Organization","@id":"https:\/\/multimedia.cx\/eggs\/#organization","name":"Breaking Eggs And Making Omelettes","description":"Topics On Multimedia Technology and Reverse Engineering","url":"https:\/\/multimedia.cx\/eggs\/"},{"@type":"Person","@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author","url":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/","name":"Multimedia Mike","image":{"@type":"ImageObject","@id":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/2eb93f7cada658f7986b5092062849fa255779eada3342c8f6b9a40764b95fdd?s=96&d=identicon&r=g","width":96,"height":96,"caption":"Multimedia Mike"}},{"@type":"WebPage","@id":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/#webpage","url":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/","name":"Learning XML By Doing | Breaking Eggs And Making Omelettes","description":"Getting my feet wet with Python and XML, as well as a Comics Constructor software package","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/multimedia.cx\/eggs\/#website"},"breadcrumb":{"@id":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/#breadcrumblist"},"author":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"creator":{"@id":"https:\/\/multimedia.cx\/eggs\/author\/multimedia-mike\/#author"},"datePublished":"2009-07-25T12:11:48-07:00","dateModified":"2009-09-18T21:47:30-07:00"},{"@type":"WebSite","@id":"https:\/\/multimedia.cx\/eggs\/#website","url":"https:\/\/multimedia.cx\/eggs\/","name":"Breaking Eggs And Making Omelettes","description":"Topics On Multimedia Technology and Reverse Engineering","inLanguage":"en-US","publisher":{"@id":"https:\/\/multimedia.cx\/eggs\/#organization"}}]},"og:locale":"en_US","og:site_name":"Breaking Eggs And Making Omelettes | Topics On Multimedia Technology and Reverse Engineering","og:type":"article","og:title":"Learning XML By Doing | Breaking Eggs And Making Omelettes","og:description":"Getting my feet wet with Python and XML, as well as a Comics Constructor software package","og:url":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/","article:published_time":"2009-07-25T19:11:48+00:00","article:modified_time":"2009-09-19T04:47:30+00:00","twitter:card":"summary","twitter:title":"Learning XML By Doing | Breaking Eggs And Making Omelettes","twitter:description":"Getting my feet wet with Python and XML, as well as a Comics Constructor software package"},"aioseo_meta_data":{"post_id":"1670","title":"Learning XML By Doing | #site_title","description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-31 22:01:17","updated":"2025-12-31 19:11:50","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/multimedia.cx\/eggs\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/multimedia.cx\/eggs\/category\/programming\/\" title=\"Programming\">Programming<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tXML Monkey\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/multimedia.cx\/eggs"},{"label":"Programming","link":"https:\/\/multimedia.cx\/eggs\/category\/programming\/"},{"label":"XML Monkey","link":"https:\/\/multimedia.cx\/eggs\/xml-monkey\/"}],"_links":{"self":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/1670","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/comments?post=1670"}],"version-history":[{"count":7,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/1670\/revisions"}],"predecessor-version":[{"id":1812,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/posts\/1670\/revisions\/1812"}],"wp:attachment":[{"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/media?parent=1670"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/categories?post=1670"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/multimedia.cx\/eggs\/wp-json\/wp\/v2\/tags?post=1670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}