Re: Can this be RegEx, or do I have to go DOM?



There is of course a way to do it with Regex, but if your XHTML is
Valid, you can just use a XML parser and get all those items in a
simple function.

.