Hi there,
 
I'm a beginner to iText and I think my question can be easily solved - i can't manage the problem though...
 
Here it is:
 
I generated a PDF from an XML File which contains a table with its columns. This works good, but here's the problem:
I have a second XML file which contains the Data for the specified tabel columns and I am not able to put them into the PDF too. So can anyone give me an example code how to bring the Data into the PDF? I didn't quite understand the tutorial for this :/
 
Regards
Marcus M�ller
 
 
-----------------------
I'm parsing the table like this:  XmlParser.parse(document, "uebersicht.xml");
The file with the data ist named "data.dat" which is an xml although its not named like one (it comes out of an java program on which i have no access). It looks like that:
 
<root>
    <xxx value="some figure">
    <yyy value"..:">
    ...
    <person>
        <row>
            <name value = "John Smith">
            ...
        </row>
    <person>
</root>

Reply via email to