Eu tenho um arquivo XML com várias tags e níveis hierárquicos. Por programação, eu preciso verificar se há a existência de determinadas tags no XML passado, para decidir então o que o sistema irá fazer.
Tentando localizar a tag "REG", em VB fiz:
...
Dim nCT1Nivel As Integer
Set objNodes = objXMLDOM.selectNodes("Language/APOLICE/TB_APO/REG")
...
Mas não encontra.
Mesmo eu colocando apenas ...("Language/APOLICE/TB_APO/REG") quanto ...("Language/APOLICE/TB_APO/REG ID").
Question
Dayana Boni
Oi pessoal,
Eu tenho um arquivo XML com várias tags e níveis hierárquicos. Por programação, eu preciso verificar se há a existência de determinadas tags no XML passado, para decidir então o que o sistema irá fazer.
Tentando localizar a tag "REG", em VB fiz:
...
Dim nCT1Nivel As Integer
Set objNodes = objXMLDOM.selectNodes("Language/APOLICE/TB_APO/REG")
...
Mas não encontra.
Mesmo eu colocando apenas ...("Language/APOLICE/TB_APO/REG") quanto ...("Language/APOLICE/TB_APO/REG ID").
Edited by Dayana BoniLink to comment
Share on other sites
13 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.