Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to format XML Output
Message
De
14/12/2001 16:26:06
 
 
À
12/12/2001 18:19:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00593639
Message ID:
00594666
Vues:
33
>It appear I need to format the output into HTML using XSL. Have I got the right idea on this.

That is one possibility. ANother is to use CSS to format your XML automatically. Otherwise, its entirely possible to use the XMLDOM and parse the XML in the ASP, and output it appripriatlly.

>It occured to me that it might be simpler just to return a string of ready formatted HTML from VFP but I guess this defeats the point of it being a web service.

It would also mean that your Web Service now contains user interface (the HTML). To some people, thats not good. But if it works for you, hey, cool.

>Does anyone know of a quick way to render a table into HTML format from VFP.

Having a reusable XSLT to transform XML from a VFP cursor into HTML would be pretty handy.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform