Is it possible to initialize auto numbering from an attribute in the XML?
I have a set of files that represent chapters, but they will never be completely formatted as a sequential book. I want to have an attribute at the chapter level that indicates the chapter number and then have autonumbering do the rest of the lower level numbering.
Prefix can get an attribute value but the prefix comes out between the number and the title.
I can kludge it by making the heading tag output the chapter number with the correct font and run-in style then the title outputs the lower level numbers and the title, but that is pretty hokey. Seems like I should be able to use the $attribute[chapnbr] in the numbering string...
Thanks - Jim