update ufe with value
Hi All.
is it possible to set / assign ufe element to a value.
Regards,
Sriram
Hi All.
is it possible to set / assign ufe element to a value.
Regards,
Sriram
So does that mean that every chapter has an <intro> element? You might want to try it with
count(preceding::chapter) + 1
to see whether that works better. (If your division element is named something other than "chapter", of course modify the XPath to reflect that.)
Are you trying to put this generated text into a formal page header or footer? If so, then XPath won't work, because headers and footers don't have an element context in the same way that flow text elements do. In that case you'll probably have to rely on Arbortext's built-in numbering features, as the TOC does.
As for numbering in the way the TOC does it, you would have to enable numbering for the thing you are styling. See the Help Center for more information about division numbering (look for the topic "Labeling and Numbering Divisions" as a good place to start).
--Clay
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.