<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Inline SVG Foreign Object tags are not recognized and are replaced by explicit lt&amp;amp; and &amp;amp;gt in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/inline-svg-foreign-object-tags-are-not-recognized/m-p/1690231#M6880</link>
    <description>&lt;P&gt;I am trying to display an inline SVG using a text element on an ArcGIS Hub page. The rest of the SVG displays successfully however any inclusion of a foreign object fails to display. Instead upon applying the box to the page the tags are edited to be explicit &amp;lt; and &amp;gt; signs and the foreign objects tags have the x, y, width and height removed from the tag (See the examples below).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before applying:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;svg xmlns:ev='http://www.w3.org/2001/xml-events' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' xmlns:xhtml="http://www.w3.org/1999/xhtml"  width='100%' height='100%' viewBox='0 0 1132 804'&amp;gt;
  &amp;lt;rect width='1123' height='794' y='0' fill='#333333' x='0' /&amp;gt;
  &amp;lt;foreignObject x="5" y="5" width="50" height="50"&amp;gt;
    &amp;lt;xhtml:div&amp;gt;
      &amp;lt;xhtml:text style='background-color: black;color:green'&amp;gt;DEFAULT&amp;lt;/xhtml:text&amp;gt;
    &amp;lt;/xhtml:div&amp;gt;
  &amp;lt;/foreignObject&amp;gt;
&amp;lt;/svg&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After applying:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;svg xmlns:ev='http://www.w3.org/2001/xml-events' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' xmlns:xhtml='http://www.w3.org/1999/xhtml' width='100%' height='100%' viewBox='0 0 1132 804'&amp;gt;
  &amp;lt;rect width='1123' height='794' y='0' fill='#333333' x='0' /&amp;gt;
  &amp;lt;foreignobject&amp;gt;
    &amp;amp;lt;xhtml:div&amp;amp;gt;
      &amp;amp;lt;xhtml:text style='background-color: black;color:green'&amp;amp;gt;DEFAULT&amp;amp;lt;/xhtml:text&amp;amp;gt;
    &amp;amp;lt;/xhtml:div&amp;amp;gt;
  &amp;lt;/foreignobject&amp;gt;
&amp;lt;/svg&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing to get this to display correctly?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2026 15:10:35 GMT</pubDate>
    <dc:creator>JBeaver</dc:creator>
    <dc:date>2026-03-12T15:10:35Z</dc:date>
    <item>
      <title>Inline SVG Foreign Object tags are not recognized and are replaced by explicit lt&amp; and &amp;gt</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/inline-svg-foreign-object-tags-are-not-recognized/m-p/1690231#M6880</link>
      <description>&lt;P&gt;I am trying to display an inline SVG using a text element on an ArcGIS Hub page. The rest of the SVG displays successfully however any inclusion of a foreign object fails to display. Instead upon applying the box to the page the tags are edited to be explicit &amp;lt; and &amp;gt; signs and the foreign objects tags have the x, y, width and height removed from the tag (See the examples below).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before applying:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;svg xmlns:ev='http://www.w3.org/2001/xml-events' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' xmlns:xhtml="http://www.w3.org/1999/xhtml"  width='100%' height='100%' viewBox='0 0 1132 804'&amp;gt;
  &amp;lt;rect width='1123' height='794' y='0' fill='#333333' x='0' /&amp;gt;
  &amp;lt;foreignObject x="5" y="5" width="50" height="50"&amp;gt;
    &amp;lt;xhtml:div&amp;gt;
      &amp;lt;xhtml:text style='background-color: black;color:green'&amp;gt;DEFAULT&amp;lt;/xhtml:text&amp;gt;
    &amp;lt;/xhtml:div&amp;gt;
  &amp;lt;/foreignObject&amp;gt;
&amp;lt;/svg&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After applying:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;svg xmlns:ev='http://www.w3.org/2001/xml-events' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' xmlns:xhtml='http://www.w3.org/1999/xhtml' width='100%' height='100%' viewBox='0 0 1132 804'&amp;gt;
  &amp;lt;rect width='1123' height='794' y='0' fill='#333333' x='0' /&amp;gt;
  &amp;lt;foreignobject&amp;gt;
    &amp;amp;lt;xhtml:div&amp;amp;gt;
      &amp;amp;lt;xhtml:text style='background-color: black;color:green'&amp;amp;gt;DEFAULT&amp;amp;lt;/xhtml:text&amp;amp;gt;
    &amp;amp;lt;/xhtml:div&amp;amp;gt;
  &amp;lt;/foreignobject&amp;gt;
&amp;lt;/svg&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing to get this to display correctly?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 15:10:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/inline-svg-foreign-object-tags-are-not-recognized/m-p/1690231#M6880</guid>
      <dc:creator>JBeaver</dc:creator>
      <dc:date>2026-03-12T15:10:35Z</dc:date>
    </item>
  </channel>
</rss>

