G
Guest
Hello All:
I have some code that reads the names of XmlNodes and processes information
accordingly. I just recived a new xml file that will now have a dynamic list
of nodes with names like CC1, CC2, ... CC9. I don't know from file to file
how many CC?'s there will be.
I currently have a Select statement that processes the XmlNode information
based on the XmlNode's name. I am writing to ask if it is possible to code
in a Select statement something similar to the "Like 'CC*'" in SQL. I don't
think that this is possible, but I thought that I would ask.
I am trying to avoid a nasty series of If statements.
If anyone has a suggestion, I would appreciate your sharing them.
TIA,
I have some code that reads the names of XmlNodes and processes information
accordingly. I just recived a new xml file that will now have a dynamic list
of nodes with names like CC1, CC2, ... CC9. I don't know from file to file
how many CC?'s there will be.
I currently have a Select statement that processes the XmlNode information
based on the XmlNode's name. I am writing to ask if it is possible to code
in a Select statement something similar to the "Like 'CC*'" in SQL. I don't
think that this is possible, but I thought that I would ask.
I am trying to avoid a nasty series of If statements.
If anyone has a suggestion, I would appreciate your sharing them.
TIA,