Document Designer XSL snippets - how align them in table cells ?
Summary
Document Designer XSL snippets - how align them in table cellsContent
Doc Engine allowed XSL snippets to be aligned within table cells, I can't figure out how to do this in Document Engine and my XSL skills are beginner level.
This is my current XSL snippet - it displays a value that was defined in the global XSL
<xsl:value-of select='format-number($RM_price1,"$#,###.00")'/>
This displays the correct value and format, but its centered by default in the table cell. As its a currency subtotal, I need to right justify it. Adding padding to the left is not an acceptable solution as the # digits will vary. What code should I add to the XSL snippet ? Looking for (hoping for) a simple solution. Am finding a lot of important functionality for us seems to have disappeared in moving from doc engine to doc designer :-(.