PDA

View Full Version : Sample: Generic XML Parser


TJ_Tigger
09-27-2005, 08:22 AM
The attached sample is a generic XML parser. I found this useful to be able to visualize the contents of an XML file in a tree format.

This file demonstrates XML and Tree actions, Recursive functions, Browsing for a file.

Tigg

Gabis
01-26-2006, 02:02 PM
hey tigg, im tryin to check this out but i dont have the luacom plugin. is it needed for this app? or was it included by mistake? i looked around and i couldnt find any referance to it, but im also not sure what im looking for exactly =p

TJ_Tigger
01-26-2006, 02:19 PM
You can get LuaCom from www.icynorth.com. It is not needed, I had been playing around with a search function using the XQuery function of the built in MS XML feature.

Tigg

Corey
01-26-2006, 02:36 PM
Tiggnificient. :yes

Gabis
01-26-2006, 03:51 PM
ah, cool deal thanks. this is going to be really helpful with my current project.

Dez
01-31-2006, 02:58 PM
Tigg,
This is a nice piece of scripting....good work.
Thankx for posting.

Dez

TJ_Tigger
01-31-2006, 06:07 PM
Tigg,
This is a nice piece of scripting....good work.
Thankx for posting.

Dez

Thanks I enjoyed coding it. I ultimately used it to be able to code the IR Project Code Viewer.

Tigg