Guest_imported
New member
- Jan 1, 1970
- 0
hi,
for example,
dim temp= "Project Guide"
i wish to replace the codes below
xmlDoc.selectSingleNode ("//Title[@Name='Project Guide']".appendchild (newnode)
with these codes below
xmlDoc.selectSingleNode ("//Title[@Name=temp]".appendchild (newnode)
Is it possible???
for example,
dim temp= "Project Guide"
i wish to replace the codes below
xmlDoc.selectSingleNode ("//Title[@Name='Project Guide']".appendchild (newnode)
with these codes below
xmlDoc.selectSingleNode ("//Title[@Name=temp]".appendchild (newnode)
Is it possible???