hi!
i need to transfer <imagebox> at the location of <place-here> and at the same time delete <place-here>. take note of the id and refid attributes. the <imagebox> and <place-here> elements should have the same unique id/refid value. see sample below.
INPUT:
... data ...
<place-here refid="ID1"></place-here>
... more data ...
<imagebox id="ID1"><p>Title</p></imagebox>
OUTPUT:
... data ...
<imagebox id="ID1"><p>Title</p></imagebox>
... more data ...
thanks!
regards,
arvin
i need to transfer <imagebox> at the location of <place-here> and at the same time delete <place-here>. take note of the id and refid attributes. the <imagebox> and <place-here> elements should have the same unique id/refid value. see sample below.
INPUT:
... data ...
<place-here refid="ID1"></place-here>
... more data ...
<imagebox id="ID1"><p>Title</p></imagebox>
OUTPUT:
... data ...
<imagebox id="ID1"><p>Title</p></imagebox>
... more data ...
thanks!
regards,
arvin