L
localhost
I need to write an XML namespace declaration in my HTML tag. It must
be done in the code-behind for the page, I can't edit the .aspx
template directly.
I need to turn this:
<HTML>
into this:
<HTML XMLNS:MyNewSpace>
I have already added "id" and "runat" attributes to the <html> tag,
but now I need to address it and get text inside.
Thanks.
be done in the code-behind for the page, I can't edit the .aspx
template directly.
I need to turn this:
<HTML>
into this:
<HTML XMLNS:MyNewSpace>
I have already added "id" and "runat" attributes to the <html> tag,
but now I need to address it and get text inside.
Thanks.