Hi,
Is it possible to
use XML attributes in an iText TagMap File?
For exemple, I would
like to translate this XML sample :
<root>
<mytitle
titlesize="14"/>
...
</root>
With this TagMap
File :
<tagmap>
<tag name="itext" alias="root" />
<tag name="paragraph" alias="P">
<attribute name="size" value="14" />
</tag>
I would like to use
the "titlesize" attribute of my XML File to set the attribute "size" of the
TagMap, using something like that :
<attribute name="size"
value="@titlesize"
/>
Any
Ideas???
Best
regards
Laurent
DREUILLAT
This message has been scanned for viruses by BlackSpider MailControl
