xml version 6.0
-
i want to change xml version2 with version 6.0 but it doesn't work. i installed the xml 6.0 ,and when i tryed to add references it doesn't work. thanks
-
i want to change xml version2 with version 6.0 but it doesn't work. i installed the xml 6.0 ,and when i tryed to add references it doesn't work. thanks
Leoapa wrote:
change xml version2 with version 6.0
There is no XML version 2.0 or 6.0. Are you talking about Microsoft Core XML Services (MSXML)?
Leoapa wrote:
it doesn't work.
What exactly does that mean; are you getting any error messages or exceptions?
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook
-
Leoapa wrote:
change xml version2 with version 6.0
There is no XML version 2.0 or 6.0. Are you talking about Microsoft Core XML Services (MSXML)?
Leoapa wrote:
it doesn't work.
What exactly does that mean; are you getting any error messages or exceptions?
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook
yes. i want to change MSXML2 in MSXML6. Dim xmlDoc As New MSXML2.DOMDocument6.0 Dim objNodeList As MSXML2.IXMLDOMNodeList6.0 Dim objNode As MSXML2.IXMLDOMNode6.0 the error: the type MSXML2.IXMLDOMNode is not defined. i must use MSXML6. thanks