nicola.gioia wrote:
> I have an xml file that contain a tag of the type
> 
> <image_path>/images/image.png</image_path>
> 
> and I need to know how to add a tag to my tagMap.xml to convert it in
> <image url="http://myHost/images/image.png";>

The tagmap.xml functionality is too limited to achieve this.
You should subclass the SAX Handler class and deal with
the image_path tag writing some custom code.
br,
Bruno

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to