Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
XML add second subnode through "add"
#2
IXmlNode e2=e.Add("Pair" "")
e2.Add("Left" "L")
e2.Add("Right" "R")

or

e.Add("Pair" "").Add("Left" "L").Parent.Add("Right" "R")


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)