Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML to XSL, is there any converter?
Message
From
10/04/2007 13:37:03
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
09/04/2007 14:53:26
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01213489
Message ID:
01214037
Views:
10
Oh too late, I solved using regular expression and other vfp functions mix:) Thanks I'll check that too.

Update: I checked. It's nice but I needed something that'd do from within my application. It's using C# behind.
Cetin

>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
Ç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
Previous
Reply
Map
View

Click here to load this message in the networking platform