Is there a known issue with setting multiple variables using string-set within an element? For example, with this code, only the last variable is set. The others are both reset to blank.
chapter{
font-size:11pt;
text-align:justify;
string-set: ch-num attr(number);
line-height:13pt;
string-set: date "12 - 12 - 2012";
string-set: dl-att "12 - 12 - 2012";
}
It's hard to believe that would be broken, but I don't have any better explanations for the behavior I'm seeing.
chapter{
font-size:11pt;
text-align:justify;
string-set: ch-num attr(number);
line-height:13pt;
string-set: date "12 - 12 - 2012";
string-set: dl-att "12 - 12 - 2012";
}
It's hard to believe that would be broken, but I don't have any better explanations for the behavior I'm seeing.