Wiki Home

Leerdatosdeun ASPyenviarloa XML

(Updated: 2003.02.27 01:11:41 PM)
Namespace: VFP
Y como puedo realizar una busqueda dentro de un XML ... con XPATH???
See:
http://www.w3schools.com/xpath/default.asp
http://www.zvon.org/xxl/XPathTutorial/General/examples.html
http://www.mulberrytech.com/quickref/XSLTquickref.pdf
Hola .... Esta pregunta no es especificamente de VFP

Yo tengo una base de datos la cual leo desde una pagina ASP, pero el resultado necesito enviarlo a un documento XML.

Translation:
(Hello .... This question is not specifically for VFP.

I have a database which I read from an ASP page, but I need to send the result to an XML document.)
Here are some ASP-related topics on this wiki:

?ASP
ASPand VFP
Foxpro Stored Proceduresin ASP
VFP 7 and ASPdot NET
?VFPASP
Vfp Asp 1
Vfp Asp 2
_ ASPand VFP 1
_ ASPand VFP 2
_ ASPand VFP 3
_ ASPand VFP 4
_ ASPand VFP 5
_ ASPand VFP 6
?aspcode

There are also many XML topics here, readily available by Searching Wiki. -- Willson De Veas
Aparte de los links que te han mostrado aqui, tambien puedes generar XML directamente desde ASP instanciando un objeto XMLDOM.
Otra forma, quizas mas simple pero mas pesada, seria instanciar un objeto COM de VFP, el cual obtiene los datos que se le pasan, y luego usa Cursor To XML o similar para generar tu XML.

Si usas ASP .Net en lugar de ASP, puedes generar XML nativamente. -- Alex Feldstein

Translation:
(Besides the links you were shown above, you can also generate XML directly from ASP by instantiating the XMLDOM object.
Another way, maybe easier but with more overhead, would be to instantiate a VFP COM object that gets the data (passed to it) and uses Cursor To XML or similar to generate your XML.

If you use ASP .Net instead of ASP then you could generate XML natively.) -- Alex Feldstein
Category Open Questions