Picture Import via DXL

Hi there,

I´ve just tried to import a picture from a rt-field to another richtext field. Sounds simple but, i want to place the picture in a table.

To achieve that, i create a new document in backend where i created a table. I a other document i have the picture in rt-field.

both document where parsed i a dxl-string.

However when i try to merge the picture-part into the table everything goes wrong.

What part of the picture is need to have success ?

Subject: I have written a series of articles on my blog regarding images and DXL

You may read something useful in those articles, check them out here; http://www.proudprogrammer.com/ppblog.nsf/d6plinks/RIVH-7EWER3

My foremost advice would be to create some sample documents in a rich text field, export those documents to DXL and see how Notes itself would create the DXL. Then use that DXL as templates or parts of such to create your own DXL. I use this technique all the time to create (IMHO …) cool stuff :slight_smile:

Good luck!

Bob

Subject: Picture to table using DXL

I was able to put picture(photo) into a table cell using DXL. Table was created in DXL from scratch, but it should work with existing DXL-exported table too. I think you must add additional tags to put a picture into a cell, take a look at what XML is generated by Notes for a “native” picture in a cell.

Subject: Got IT

The DXL was not the Problem, thats why the dxlimporter do not crash i guess. The problem seems to be in the uidoc, when i closed it and make my changes and then reopen it all works fine.

Thanks for the links