Is there any way to add tables in the template xml
file used for data merging?
regards,
Zaki Huda
I was looking at the data merging example. Is there
any way to create a single document instead of multiple documents ( five nos. in
the example)?
Is there anyway to append to the FileOutputStream?
I have tried fs =new FileOutputStream(file +
".pdf",true);, but XmlParser.parse(document, "
How to use XPath with XMLPeer?
I am trying to do daramerging, but not able to
populate root's grandchildren.
How to access "//one/age"?
I am doing:
peer = new XmlPeer(ElementTags.CHUNK ,
"//one/age");peer.setContent("14");
It's not working that way.
Thanks,
Zaki