[WSG] Exporting inline CSS

2005-05-31 Thread Jacobus van Niekerk
Hi all, Quick question, I have a client with lots of HTML file that have inline CSS. (Over 300 docs) I am looking for some software, or way, that will export this inline css into a external css file. Or even just move it into a embedded style sheet. Thanks in advance for any help. Kind Regards

RE: [WSG] Exporting inline CSS

2005-05-31 Thread Scott Swabey \(Lafinboy Productions\)
Quick question, I have a client with lots of HTML file that have inline CSS. (Over 300 docs) I am looking for some software, or way, that will export this inline css into a external css file. Or even just move it into a embedded style sheet. Am not aware on any package that would do this

Re: [WSG] Exporting inline CSS

2005-05-31 Thread Patrick H. Lauke
Scott Swabey (Lafinboy Productions) wrote: Am not aware on any package that would do this for you, but it should be quite easy to set up a Regular Expression routine to strip all style='foo' content from a page. The harder part would be to have it not just strip out the styles, but

RE: [WSG] Exporting inline CSS

2005-05-31 Thread John Horner
Quick question, I have a client with lots of HTML file that have inline CSS. (Over 300 docs) I am looking for some software, or way, that will export this inline css into a external css file. Or even just move it into a embedded style sheet. Am not aware on any package that would do this

Re: [WSG] Exporting inline CSS

2005-05-31 Thread Ben
If the HTML files were valid XHTML it would be a relatively easy job extracting the styles using XSLT.On 6/1/05, Patrick H. Lauke [EMAIL PROTECTED] wrote:Scott Swabey (Lafinboy Productions) wrote: Am not aware on any package that would do this for you, but it should be quite easy to set up a

Re: [WSG] Exporting inline CSS

2005-05-31 Thread Bert Doorn
G'day Quick question, I have a client with lots of HTML file that have inline CSS. (Over 300 docs) I am looking for some software, or way, that will export this inline css into a external css file. Or even just move it into a embedded style sheet. Replacing the styles (whether style blocks

Re: [WSG] Exporting inline CSS

2005-05-31 Thread Matt Thommes
Quick question, I have a client with lots of HTML file that have inline CSS. (Over 300 docs) Good Lord, what was that previous author thinking!?? There's no escaping this problem - you're just gonna have to start from scratch. Don't waste your time with export/import methods. MATTHOM