My favorites
▼
|
Sign in
lineadecodigo
Web Code Samples in spanish
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
lineadecodigo_asp
/
generales
/
reponder-xml.asp
r478
1
2
3
4
5
6
7
8
<%
Response.ContentType = "text/xml"
Response.Write("<?xml version='1.0' encoding='utf-8'?>")
Response.Write("<datos>")
Response.Write("<nombre edad='25'>Victor</nombre>")
Response.Write("<lugarNacimiento>Avila</lugarNacimiento>")
Response.Write("</datos>")
%>
Show details
Hide details
Change log
r192
by vcuervo on Oct 9, 2009
Diff
Responder XML con ASP
Go to:
...o_asp/generales/reponder-xml.asp
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 274 bytes, 8 lines
View raw file
Powered by
Google Project Hosting