When you click the RDF/XML link on a describe page it renders the XML into a <pre> element in a new page. If the RDF included encoded characters in the data such as & and < these are resolved for display in the <pre> element meaning that the XML is no longer valid. For example you get:
When you click the RDF/XML link on a describe page it renders the XML into a
<pre>
element in a new page. If the RDF included encoded characters in the data such as & and < these are resolved for display in the<pre>
element meaning that the XML is no longer valid. For example you get:This fix double encodes the ampersands to avoid this.