Populate the image from Main stream into Frill

Hi All,

I need your help.

In one of the division, there is an image in main stream <img src"xxxxxxxxxxxxxxx.eps">, I want it to populate it into Frill block which is just above the Main block. I tried capturing using the text registers (<px>, <pa> and <tr>) but its not working. I believe its being an image I think it is not possible using text register. Is it possible through Frills Processing or any other solution. If so, how please.

Kindly assist.

Thank you !

  • Hello JAYAPRAKASH,

    I don't know how you have set up the <img> element.
    But if you are outputting a text register the included elements are no longer processed as elements.
    This is clearly stated in the documentation: Xymacro p4-162:

    Note: When using the cs and ce, or px and pa macros in XML/
    SGML documents, XML/SGML element tags contained within the
    macros are not processed when the register is read and printed. To
    maintain formatting or other element tag information, use an
    equivalent XyMacro

    Which means you will have to define the img as a macro that will call out the graphic.

    This is probably the shortest way to solve your problem.
    (there are other methods as well)