How to extract CSS from a web page...?any C / C++ code

anandganapati
avatar
rank newbie

newbie


Posts: 5
Joined: 2008-04-29
Location: Bangalore

Thumbs up

burlster
burlster's picture
rank Leader

Leader


Posts: 619
Joined: 2007-05-31
Location: Bournemouth

Sorry??

I'm afraid I have no clue what you want. Do you want to know how to find out what CSS a web page is using? Is so, why the reference to C and C++?

Have YOU said Hello yet?
The CSSCreator Hello Thread

anandganapati
anandganapati's picture
rank newbie

newbie


Posts: 5
Joined: 2008-04-29
Location: Bangalore

C /C++ program to extract CSS from XHTML file

Thumbs up

Thanks for ur reply my friend..
I need a C/C++ program that seperates style part from webpage and dumps in a buffer or text file...


Waiting for ur reply

Thanks in advance

anandganapati
anandganapati's picture
rank newbie

newbie


Posts: 5
Joined: 2008-04-29
Location: Bangalore

Thanks for ur reply my

Thanks for ur reply my friend..
I need a C/C++ program that seperates style part from webpage and dumps in a buffer or text file...

Waiting for ur reply

Thanks in advance

Ed Seedhouse
Ed Seedhouse's picture
rank Guru

Guru


Posts: 2277
Joined: 2005-12-14
Location: Victoria British Columbia

So start writing one. But

So start writing one.

But this is a CSS forum not a text extraction forum, or a C++ one. I am sure there are such forums out there.

I could change my plea to guilty,
but I don't think it would stick.

Ed Seedhouse

burlster
burlster's picture
rank Leader

Leader


Posts: 619
Joined: 2007-05-31
Location: Bournemouth

Can't help

Yep, sorry but I haven't a clue how to do anything in C or C++.

But I typed the following string in to google and came up with a load of places you could try, so try "C or C++ forum" in google!

Cheers,

J

Have YOU said Hello yet?
The CSSCreator Hello Thread

anandganapati
anandganapati's picture
rank newbie

newbie


Posts: 5
Joined: 2008-04-29
Location: Bangalore

Thanks for ur help yar...

Thanks for ur help yar...
I will try in C /C++ forum.

Anyways thanks for ur dynamicity..

saijin
saijin's picture
rank newbie

newbie


Posts: 5
Joined: 2008-05-06

Firefox Web Developer

This comment has been moved here.

ABCruz
ABCruz's picture
rank Enthusiast

Enthusiast


Posts: 264
Joined: 2005-06-16
Location: Pilipinas

The CSS Validator is open

The CSS Validator is open source (http://jigsaw.w3.org/css-validator/DOWNLOAD.html), maybe you should take a look at it and see if you can tweak the thing to fit your needs. Smiling

--edit--
But it's not C/C++.

Arielle

I am a Man of Truth.
I am a Free Human Person.
I am a Peacemaker.

http://www.abcruz.com

anandganapati
anandganapati's picture
rank newbie

newbie


Posts: 5
Joined: 2008-04-29
Location: Bangalore

Sorry That has some limitations

That validates only external Stylesheets.
It wont validates Webpages consisting of CSS.

Need help
ANAND