Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
2k views

server-side css selectors

I am creating a tool that will check dynamically generated XHTML and validate it against expected contents. I need to confirm the structure is correct and that specific attributes exist/match. There ...
1
vote
4answers
1k views

I need a php regular expression that replaces one tag with another

Here is what I need to be able to do: I need to match the following tag: <SPAN style="TEXT-DECORATION: underline">text sample</SPAN> I need to replace the span with an html3 compliant ...