Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEA
Have to admit that i hate XML parsing. But if I have to, I tend to use Python / ElementTree over Designer's XML parser. Anyone else feel its time for a tool update? Add Tag and attribute Searching? Apply transformers? Better support of HTML as child values?
Quickly done after learning from the example of the XML parse tool. Very useful one!!
Decided on the RegEx Approach
I still find myself writing down the structure of an XML on paper before even considering parsing it. After understanding the structure t becomes so much easier.