Bi publisher. How to manage Xml attribute in rtf file
Hello,
In my xml file, I have 2 tag 'address' differentiated by attribute type
<address type="type1">
<Street> Street1 </Street>
</address>
<address type="type2">
<Street> Street2 </Street>
</address>
I'd like to print in my rtf template only the address/street value for type1
I tried to use syntax like <? adresse/@type="type1" ?> but does not work.
Is there a way to test attributes and print only one for example in the rtf model ?
Thank you,
Best regards,