Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML to XSL, is there any converter?
Message
 
À
09/04/2007 14:53:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
01213489
Message ID:
01213599
Vues:
10
Cetin,

Try http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=xhtmltranscoder, it is java based. You can turn it into a .NET Assembly using ikvmc http://ikvm.net.

with ikvm:
ikvmc xhtmltranscoder.jar

It builds a xhtmltranscoder.dll and then you can use it as any other assembly. Remember to put the ikvm runtime in the same directory or add it as a reference.

>Cetin,
>
>Do a Google search on "html to xhtml converter". One of the links is this handy online form:
>
>http://www.eggheadcafe.com/articles/html2xhtml/default.aspx
>
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform