<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>XML on Nalar</title>
    <link>https://nalar.dev/tags/xml/</link>
    <description>Recent content in XML on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 11 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/xml/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Disable External Entities in XML Parsers</title>
      <link>https://nalar.dev/disable-external-entities-in-xml-parsers/</link>
      <pubDate>Fri, 11 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/disable-external-entities-in-xml-parsers/</guid>
      <description>&lt;p&gt;XML is a data format, but an XML parser can have capabilities that go far beyond reading elements and attributes. Depending on its configuration, a parser may process document type declarations, expand entities, access local files, or make network requests.&lt;/p&gt;&#xA;&lt;p&gt;Those capabilities can turn a data-processing boundary into a file-access or network-access boundary. An application that accepts XML from an untrusted source must therefore control parser features before parsing begins.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
