Dear all,
I have to give format to a SGML file, and I'm using Styler to do that. This SGML has a DTD that I can't modify.
I'm having issues when trying to format cells of a custom table. Some of them need to have different elements inside, and they have to be in different lines or with different alignment (left, right,...), always on the same cell. How could it be done? With only one element there is no problem, because all options can be changed with the _sfe element of the generated cell, but I don't know how to do that if they are more than one element. Could I insert an user formatting element (_ufe) in the cell of the custom table through XPath?
Thank you very much for your help!
Best regards