I want to remove the namespace from this tag using vbscript
string = < title xmlns:"http://www.w3.org/1999/xhtml" ></title >
so the tag looks like
string = < title >< /title >
I have used the following code but it will not replace the
namespace because the double quotes act in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.