Please quote what you're replying to.
'baseName' is a standard term in VB, it returns the
element name.
This is not a VB newsgroup, however. When asking
VB-specific questions in a VB newsgroup, by all means, go
ahead and use the terms accepted in the VB
community--that's the right thing to do anyway. On the
other hand, when asking questions in an XML newsgroup,
using VB-specific terms is quite counter-productive.
Does it matter if I have coding experience?
That's something you'll have to ask your employer, not me.
I just made an observation regarding the fact that:
basename not equal ('name1' or 'name2')
....is a somewhat surprising way to express what J. Random
Codegrinder would probably express as either:
basename not equal 'name1' and basename not equal 'name2'
....or:
basename not in ( 'name1' , 'name2' )
Yes, template is much better. But it wouldn´t have fit
in one column, would it?
It was just a random observation. Well, not entirely
random, there was my doubtlessly nefarious intention to
give you a pointer on good practices in case you haven't
realised that yourself yet.
Everyone has understood me without reading several lines
of unformatted, unhighlighted code.
In this case you're absolutely right. Note however, that
for harder questions it's a good practice to post what is
commonly called 'minimum complete example'; and in that
case you should take care of the formatting while my gvim
will take care of highlighting.