Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display XML content using TreeView

Status
Not open for further replies.

rrrrr12345

Programmer
Joined
Jul 2, 2002
Messages
9
Location
GB
Hi, how is it possible to display the content of an XML file using TreeView?

I am using delphi 6 and I tried to use XMLdatamapper, and can display XML data in a table format, but the DBGrid doesn't display all the content. For example: for <content> long long long text text text </content>, the box in the dbgrid would only display something like: 'long long long text te'. Even if I have solved this problem, how to I go from there to a TreeView?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top