Hi
We have build some feeds with template output as text/xml, that works really great!
Unfortunately we run into a problem with a third party, who cannot reed a feed.
They claim we have to build the feed exact like their specifications, and the feed should start with <Products>.
In our template we have changed it:
<?xml version="1.0" encoding="UTF-8"?>
<Products id="content-main" class="dwcontent" title="Main content" data-settings="removeid:true;"></Products>
When it's rendered, it's being transfered to lowercase:
<?xml version="1.0" encoding="UTF-8"?> <products>
Is there a setting we can add to data-settings, so it won't render it to lowercase? Or is there some other setting we can use for this?
Gr
Martijn