<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rowan van Vuuren</title>
    <description>The latest articles on DEV Community by Rowan van Vuuren (@rowancvv).</description>
    <link>https://dev.to/rowancvv</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2977776%2F256aaf96-4143-406f-a776-7307d1afaae2.jpg</url>
      <title>DEV Community: Rowan van Vuuren</title>
      <link>https://dev.to/rowancvv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rowancvv"/>
    <language>en</language>
    <item>
      <title>Understanding XML Messages</title>
      <dc:creator>Rowan van Vuuren</dc:creator>
      <pubDate>Fri, 28 Mar 2025 12:34:34 +0000</pubDate>
      <link>https://dev.to/rowancvv/understanding-xml-messages-36hg</link>
      <guid>https://dev.to/rowancvv/understanding-xml-messages-36hg</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7y8vxamfkv6vg5yi3f8c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7y8vxamfkv6vg5yi3f8c.png" alt="XML (eXtensible Markup Language)" width="256" height="256"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Fun times with elements and attributes" - Rowan van Vuuren&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;em&gt;This post was written as part of the &lt;strong&gt;Learn Markdown&lt;/strong&gt; course by Dylan Israel on Coursera&lt;/em&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Basic Overview
&lt;/h3&gt;

&lt;p&gt;When working with data interchange formats, &lt;strong&gt;XML (eXtensible Markup Language)&lt;/strong&gt; remains a pivotal choice due to its versatility and readability. Whether you're developing &lt;del&gt;websites&lt;/del&gt; web applications, handling configuration files, or integrating with various APIs, having a solid comprehension of XML messages is essential. &lt;/p&gt;




&lt;h3&gt;
  
  
  Key Points
&lt;/h3&gt;

&lt;p&gt;Below are the key takeaways points to be aware of when working with XML.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Structured Hierarchy: XML organizes data in a tree-like structure, making it easy to nest and categorize information.&lt;/li&gt;
&lt;li&gt;Self-descriptive: Elements in XML contain both data and metadata, allowing users to understand the context of the information.&lt;/li&gt;
&lt;li&gt;Cross-platform Compatibility: XML can be processed by various systems and languages, ensuring broad interpretation.&lt;/li&gt;
&lt;li&gt;Human-readable Format: The clear syntax of XML makes it relatively easy to read and understand.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Example XML
&lt;/h3&gt;

&lt;p&gt;The sample XML request message below showcases the use of Elements and Attributes. To make viewing XML messages easier we use &lt;strong&gt;Notepad++&lt;/strong&gt; with the XML Language addon enabled.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd7hqfdtelzkgztk79lft.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd7hqfdtelzkgztk79lft.png" alt="XML OTA_HotelDescriptiveInfoRQ" width="800" height="153"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  About Me
&lt;/h3&gt;

&lt;p&gt;My name is &lt;strong&gt;Rowan van Vuuren&lt;/strong&gt; and I currently work within the &lt;em&gt;Products and Infrastructure&lt;/em&gt; department for a South African based hospitality software company (&lt;strong&gt;&lt;a href="https://www.htihospitality.tech" rel="noopener noreferrer"&gt;HTI&lt;/a&gt;&lt;/strong&gt;). &lt;/p&gt;

&lt;p&gt;In my free time I enjoy playing Fantasy Premier League and my strategy involves using a mix data, stats and the old 'eye test' during the football matches! You can find out more by clicking the image below:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://fantasy.premierleague.com/" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fahi6ighq2u9dvd44oqc2.jpg" alt="FPL" width="300" height="300"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>xml</category>
      <category>api</category>
    </item>
  </channel>
</rss>
