I have some css that looks something like this:
When I run the xml through Price it just repeats the same footer at the bottom of each page. The footer it repeats is the first footer in the xml document. It doesn't seem to see the other footers throughout the xml. How do I fix it so it will change the footer whenever a new <footer> tag is introduced into the xml?
Thanks for any and all help.
PS: I'm using Prince 6.0 rev 6
footer {string-set: v_footer content();}
footer {display:none;}
@page:left
{
@bottom-left
{
content:counter(page);
}
@bottom-right
{
content:string(v_footer, last);
}
}
When I run the xml through Price it just repeats the same footer at the bottom of each page. The footer it repeats is the first footer in the xml document. It doesn't seem to see the other footers throughout the xml. How do I fix it so it will change the footer whenever a new <footer> tag is introduced into the xml?
Thanks for any and all help.
PS: I'm using Prince 6.0 rev 6