'How decode my encode xml data?
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-03-25T08:51:42Z
Indexed on
2010/03/25
8:53 UTC
Read the original article
Hit count: 256
asp-classic
|Xml
Hi
<%
'Stage 1
datas=Server.URLencode("<PaginationData currentPage=""1"" totalPages=""9""/>")
response.write "Encode = " datas &"</br></br>"
'Stage 2
response.write "Decode = " 'How i again decode my encode data?
%>
In the "Stage 1" , i encode my xml data
In the "Stage 2", How i decode the "Stage 1" Encode data?
hoping your support
© Stack Overflow or respective owner