The task:
I want to read in an XML file that contains instructions to format a label. No problem here, but where I'm stuck is making the XML file dynamic. If I have 10 labels to print, each with a different recipient, how do I structure the XML to know that the 'varRecipient' value in my VB code should be put in the <RECIPIENT> element in the XML doc?
I've seen a powerpoint that showed an example using the following:
However, I can't find anything on the net that uses this command. Has anyone else dealt successfully with this?
Regards,
Randy
![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)
I want to read in an XML file that contains instructions to format a label. No problem here, but where I'm stuck is making the XML file dynamic. If I have 10 labels to print, each with a different recipient, how do I structure the XML to know that the 'varRecipient' value in my VB code should be put in the <RECIPIENT> element in the XML doc?
I've seen a powerpoint that showed an example using the following:
Code:
<?template replace field="RECIPIENT" ?>
However, I can't find anything on the net that uses this command. Has anyone else dealt successfully with this?
Regards,
Randy
![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)