I recently switched to Prince 6.0r6 from 5.1r7 in the process of doing so I lost all of my footers. The code we had is:
with the XML looking like this:
I've tried a bunch of alternative forms of content, I can get content to show up if I use a constant, but cannot seem to export the contents of the <footer> tag into the footer.
footer {string-set: v_footer content();}
footer {display:none;}
@bottom-right {
/* A couple of Irrelevant font edits */
content:string(v_appfooter, last);
}
with the XML looking like this:
<lessonheader id="LES1">
<num>1</num>
<title>Cam's Stuff</title>
<footer>Cam's Stuff</footer>
</lessonheader>
I've tried a bunch of alternative forms of content, I can get content to show up if I use a constant, but cannot seem to export the contents of the <footer> tag into the footer.