I already study xmlreader.prg and xmltree, but couldn't get it to work.
I have a XML-file with this stucture (readed with xmltree.prg)
I want to create a file like:
- Code: Select all Expand view
- xlm
xlm,ErdbVersion
xlm,ErdbVersion,DbVersion:15
xlm,ErdbVersion,DbDesc:ERDB Release
xlm,ErdbVersion,DbGUID:5665666555
xlm,ErdbVersion,DbLangID:ENU
xml,Block
xml,BlockDef
xml,BlockDef,BlockName:AI_D1331_1_1_01
xml,BlockDef,BlockName,Left:0
xml,BlockDef,BlockName,Top:0
xml,BlockDef,BlockName,Right:0
....
Can someone help me?