L
L Santi
Hi all,
I use XSL-FO to transform a document from XML to PDF.
I have a question for you!
Is it possibile to setup a XSL template to apply a font color on the fly?
For example:
<customer>
<name>John</name>
<color>blue</name>
</customer>
<customer>
<name>Paula</name>
<color>Red</name>
</customer>
My goal is:
John written in blue
Paula written in red
I use XSL-FO to transform a document from XML to PDF.
I have a question for you!
Is it possibile to setup a XSL template to apply a font color on the fly?
For example:
<customer>
<name>John</name>
<color>blue</name>
</customer>
<customer>
<name>Paula</name>
<color>Red</name>
</customer>
My goal is:
John written in blue
Paula written in red