Hi everybody,
I'm using iText to process an XML template in order to generate an HTML
document.
It work very similar to the Data Mergin example provided with the iText
tutorial.
The template is something like the one that follows:
<doc>
Enter your name <INPUT type='text' id='id' name='name' />
</doc>
The html output should looks like the following:
<html>
<body>
<form>
Enter your name <input type='text' id='id' name='name'>
</form>
</body>
</html>
In order to generate the HMTL I would like to know how to define a custom
Element
in order to process the INPUT XML tag and to generate the corresponding
<input ....> html tag.
How can I obtain such result?
Tanks in advance for any answer.
Paolo Mosna.
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions