|
Line
Link Here
|
| 0 |
-- swft/swft_css.cpp |
0 |
++ swft/swft_css.cpp |
|
Lines 1-6
Link Here
|
| 1 |
/* ultra-simple css "parser". only works for simple inline styles like sodipodi/inkscape use. */ |
1 |
/* ultra-simple css "parser". only works for simple inline styles like sodipodi/inkscape use. */ |
| 2 |
|
2 |
|
| 3 |
#include <string> |
3 |
#include <string.h> |
| 4 |
#include <iostream> |
4 |
#include <iostream> |
| 5 |
#include <libxslt/extensions.h> |
5 |
#include <libxslt/extensions.h> |
| 6 |
#include <libxslt/xsltutils.h> |
6 |
#include <libxslt/xsltutils.h> |
|
Lines 236-239
void swft_css_lookup( xmlXPathParserContextPtr ctx, int nargs ) {
Link Here
|
| 236 |
//fprintf(stderr,"looking up style %s: %s\n", needle, r.c_str() ); |
236 |
//fprintf(stderr,"looking up style %s: %s\n", needle, r.c_str() ); |
| 237 |
|
237 |
|
| 238 |
valuePush( ctx, xmlXPathNewString( (const xmlChar *)r.c_str() ) ); |
238 |
valuePush( ctx, xmlXPathNewString( (const xmlChar *)r.c_str() ) ); |
| 239 |
} |
239 |
} |
| 240 |
-- swft/swft_import_mp3.cpp |
240 |
++ swft/swft_import_mp3.cpp |
|
Lines 1-3
Link Here
|
|
|
1 |
#include <string.h> |
| 1 |
#include <libxslt/extensions.h> |
2 |
#include <libxslt/extensions.h> |
| 2 |
#include <libxslt/xsltutils.h> |
3 |
#include <libxslt/xsltutils.h> |
| 3 |
#include <libxslt/variables.h> |
4 |
#include <libxslt/variables.h> |