XMLBuilder to XMLSax Help Please

giga

Well-Known Member
Licensed User
Longtime User
I have created a xml file through xmlbuilder and would like to parse the users input from that file to another file that can be used as a configuration or script.

This could be either an automatic parse
or even through a Click (i.e File.WriteString)

Is this possible?

I have seen it parsed to a listview but I would like this to be a file instead.

Thanks for everyones help.:)
 

giga

Well-Known Member
Licensed User
Longtime User
You can parse any XML string with XMLSax. What you are doing with the parsed data is up to you.

If there are multiple elements and attributes needed at one time.

Which is best to use WriteString or WriteList?

Thanks for the quick response.
 
Upvote 0
Top