N
nick brandwood
is there a Best Practice method for changing a checkbox attached to an
attribute?
if my section contains the attribute "completed", a true/false attribute,
should I be using:
C#
IXMLDOMNode nodeSection=
thisXDocument.Dom.SelectNode("/my:myFields/my:section")
thisXDocument.GetNamedNodeProperty(nodeSection,'completed','no value');
or
nodeSelection.attributes.setNamedItem('completed')="1" ?
(I ask because I've not managed to get either of thse methods to work.)
thanks,
nick
attribute?
if my section contains the attribute "completed", a true/false attribute,
should I be using:
C#
IXMLDOMNode nodeSection=
thisXDocument.Dom.SelectNode("/my:myFields/my:section")
thisXDocument.GetNamedNodeProperty(nodeSection,'completed','no value');
or
nodeSelection.attributes.setNamedItem('completed')="1" ?
(I ask because I've not managed to get either of thse methods to work.)
thanks,
nick