I need to load some stuff into the header of the xml like xmlns:media, xml:base, etc but I can't seem to properly close the tag when I do so thus rendering some error on my xml.

When I try inserting this to the header this is how it looks like:

<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xml:base="foo" xmlns:media="foo" xmlns:dc="foo">
<blah>
    <blah2>
         <field1></field1>
         <field2></field2>
   </blah2>
</blah>

There should have been a way to properly close <rss> with </rss>.

Comments

halloffame’s picture

I edited the xml tpl myself and inserted the closing tag myself. Fixed for now but still marked as bug.

zeip’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 has been EOL for some years, closing all D6 issues.