robinjames
New Member
So i have a xml document and i have to use Jtable to output a table. I know the basic syntax when we have to create a normal table without any importing and i also know how to import a xml document. But somehow I can't connect the two together. Any help will be appreciated.This is the xml document\[code\]<?xml version="1.0" encoding="UTF-8"?><Schedule><Monday><Six>Mite0</Six><Six>Mite1</Six><Seven>Squirt0</Seven><Seven>Squirt1</Seven><Eight>Peewee0</Eight><Eight>Peewee1</Eight></Monday><Tuesday><Seven>Girls0</Seven><Seven>Girls1</Seven><Eight>Bantam</Eight><Eight>Midget</Eight></Tuesday><Wednesday><Six>Mite0</Six><Six>Mite1</Six><Seven>Squirt0</Seven><Seven>Squirt1</Seven></Wednesday><Thursday><Six>Girls0</Six><Six>Girls1</Six><Seven>Peewee0</Seven><Seven>Peewee1</Seven><Eight>Bantam</Eight><Eight>Midget</Eight></Thursday></Schedule>\[/code\]And I want the table to look something like this \[code\] Monday Tuesday Wednesday ThursdaySix Mite0/Mite1 Mite0/Mite1 Girls0/Girls1Seven Squirt0/squirt1 Girls0/Girls1 Squirt0/squirt1 Peewee0/Peewee1Eight Peewee0/Peewee1 Bantam/Midget Bantam/Midget\[/code\]