Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML to XSL, is there any converter?
Message
De
10/04/2007 13:46:52
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
09/04/2007 12:33:31
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
01213489
Message ID:
01214047
Vues:
9
>Is there any converter that'd rectify an HTML to be compatible for use as an XSL? All I need is the conversion of attributes. ie:In HTML attributes look like:
>
><table border=1 cellSpacing=0>
> <tr>
>  <td colspan=2></td>
> </tr>
>...
>
>and I'm after a converter that'd make it:
>
><table border="1" cellSpacing="0">
> <tr>
>  <td colspan="2"></td>
> </tr>
>...
>
>TIA
>Cetin

Case is closed. Solved using regexp + VFP functions + MSXML2.DomDocument.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform