How can I replace the following image
suppose i have an xml file which contains like this
<image>../test.jpg </image>
<fo:table-cell font-size="12pt" height="16cm" vertical-align="middle" background-image='test.jpg ' >
</fo:table-cell>
Please help
suppose i have an xml file which contains like this
<image>../test.jpg </image>
<fo:table-cell font-size="12pt" height="16cm" vertical-align="middle" background-image='test.jpg ' >
</fo:table-cell>
Please help
Comment