Thanks Mighty for your help,
Unfortunaetly it did not work , this is the error i got back from the browser
Error Type:
Microsoft VBScript compilation (0x800A03EE)
Expected ')'
xmlstring = Replace
xmlstring,"xmlns:""http://www.w3.org/1999/xhtml";"", "")...
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.