Hi everybody!
I'm using XSLT and FOP to convert XML to PDF. I need to indent a text
block depending on the number of initial tabs. Example:

--- XML ---
<tab><tab>hello world!!


--- XSLT ---
<fo:block start-indent="$initialTabs * 20mm">
 ...
</fo:block>

Where initialTabs is the number of the tabs at the beginning of each
text block (2 tabs in this case).

How can I do that?

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to