-
I will be using this to purify the output from some online wysiwyg editors. Apply styles over styles usualy results in
click here
i will use the above to find the current style and then remove the rest thus cleaning the html.
2009-11-13 20:16:39 UTC by actwebdesigns
-
I have sortted it. If anyone needs it:
2009-11-13 20:07:30 UTC by actwebdesigns
-
p.s
foo foo - foobar
would not count.
2009-11-13 18:40:20 UTC by actwebdesigns
-
Hi, I was wondering if you could help me out. I want to find if there is any DIRECT children in a chunk of data.. Here are some examples:
foo bar foobar foo foo - foobar
1st set of direct children would be "div, div, p";
2nd set of direct children would be "a span";
i...
2009-11-13 18:36:54 UTC by actwebdesigns
-
Anyone know how to prevent/get around this?
for example I do:
``
and the first word I get in the output is 'GoogleWeb', which was originally two words. Obviously I don't want to be programming some sort of recognition in if their is a way to avoid this happening in the first place :...
2009-11-13 16:42:20 UTC by muksliavoy
-
Ability to find
.
2009-11-11 19:16:11 UTC by nobody
-
Hello all,
Is it possible to find a tag that looks like:
h3 class="test"
and
div class="test"
or
div class=" test blah"
?
Thanks in advance.
2009-11-09 00:15:06 UTC by nobody
-
Hi,
I would like to extract links from certain page... afaik when given site has 302 redirection, it gets code of site it was redirected to. Thats fine. But when I got relative links, I need to know what is the host of site it got redirected to. How do I get this host?
Best regards,
FlashT.
2009-11-08 11:56:04 UTC by nobody
-
The issue is described in a more detailed way here.
2009-11-05 09:32:52 UTC by guglielmocelata
-
The issue is described in a more detailed way here: http://dlogging.wordpress.com/2009/11/05/patching-simple-html-dom-php-library-to-have-it-work-with-files-with-a-lot-of-noise/.
2009-11-05 09:31:52 UTC by guglielmocelata