I have generated XMl file from lotus.domino.Document
using generateXML()
method.
Below is the fragment of the generated XML.
<item name="$FILE" summary="true" sign="true" seal="true">
<object>
<file hosttype="msdos" compression="none" flags="storedindoc" encoding="none" name="13303154.pdf" size="864787">
<created>
<datetime dst="true">20210331T164922,93-04</datetime>
</created>
<modified>
<datetime dst="true">20210331T164922,93-04</datetime>
</modified>
<filedata>somedatahere</filedata>
</file>
</object>
</item>
My question is, how to I get the 13303154.pdf
from the data. The data is too long hence not posting here. If required I can also post the data as well.
Thanks in advance