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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | addfooter.patch | 2.44 KB | mitchellshelton |
Comments
Comment #1
mitchellshelton commentedPatch attached. Sorry, the title of the patch is incorrect. I'm not sure where I find the issue number.
Comment #2
zeip commentedI 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.