Sub-template returns carriage
The sub-template returns carriage Forum BIP is the issue today,
I was re-creating the issue locally to see, what is the real issue.
Was sucessfully able to re-create it, the real issue is template: command, it automatically wraps
the entire sub-template with a fo:block orphans="2" widows="2" linefeed-treatment="preserve"
Due to that, the call@inlines will also not be helpful to make the text to display in single line,
as its in different formatting block
I converted rtf to xsl and manually edited few and was able to create the solution as follows
Until unless, we say to template command that, dont introduce it as new block
we cannot avoid this carriage return
I am hoping to find someother solution to this
This was the output we were getting , note the MALE and FEMALE string is in new line But the solution on the right is the one we need |
Comments