Hi,
I'm trying to test the vb.net-exercise "How to use a DataSet with the Office
XP Chart Component and ASP.NET" on
http://support.microsoft.com/kb/303016/en-us
Visual Studio rails against the expression:
"xslTran.Transform(xmlDoc_ds, Nothing, context.Response.Output)"
and comments:
"Pu...
more >>
XML Sample 1 : -
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSPY v5 U (http://www.xmlspy.com) by PHS Group plc
(PHS Group plc) -->
<EntityConfiguration
xmlns="x-schema:C:/QuantivProjects/QuantivT/Scheme/QuantivBase/QTVConfiguration/EntityConfiguration.xdr"
xmlns:dt="urn:schema...
more >>
Could anyone tell me how to add a namespace to msxml2.domdocument40class object.
I tried
String nameSpace = "http://www.w3.org/2002/xforms";
msxml2.domdocument40class xformsdoc;
xformsdoc.namespaces.add("xforms",nameSpace);
But it doesn't work.
Could anyone tel me how it works?
Thanks in ...
more >>