how to replace image name

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Unni krishnan
    New Member
    • Jul 2011
    • 1

    how to replace image name

    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
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    run your config XML through XSLT to create the appropriate XSL-FO and then through your print data XML or, if test.jpg is part of the print data XML, fetch it from there.

    Comment

    Working...