That makes a lot of sense just have multiple files that define a set of transformation rules. Seems so simple when it is typed out like that thanks for taking the time to reply you've been a great...
Thats an interesting idea. As you have probably guessed I'm new to XML altogether so I've never used XSLT files, but that format does seem a lot cleaner to work with. I'll keep it in mind thanks.
I could probably ignore white space etc it isnt a problem I was just making the point that i cant control the incoming files. If they are not already XML, I will be converting them, to (try) make the...
I wonder if anyone can help me with this problem. What I'm trying to do is populate a string list with values based on the name from the XML file. In other words
Thanks for the reply, so I need to work with nodes thats fine, is this applicable if I dont know what the nodes are though. For example if I have a file containing the value "Name" thats ok I can use...