I am in need of a footer field for the Raw XML Schema. I am able to add an appropriate header, root element, and top-level child element. However, I need to wrap all of that in another tag (rss in this case). That can be added into the header, but there is no way to close the tag. Adding a footer field would resolve this.

I have completed the changes and I am working on a patch now.

Thank you

CommentFileSizeAuthor
#1 addfooter.patch2.44 KBmitchellshelton

Comments

mitchellshelton’s picture

StatusFileSize
new2.44 KB

Patch attached. Sorry, the title of the patch is incorrect. I'm not sure where I find the issue number.

zeip’s picture

Issue summary: View changes
Status: Needs review » Needs work

I see the point in the patch and it works fine. However, this only makes sense in the XML raw schema – the header field doesn't work the same way in XML OPML/Atom formats: In those it is included as the section. I think we need to figure out either how to add this only for the raw schema or think of a way to make it work comparably in all the different XML schemas.