I have a fairly large html document that I need to convert to xml.
The current format is is:
<DD> A whole bunch of text 
        <DT> Something else </DT>
(There is a new line in there before <DT>)

Which I need to convert to
<DD> A whole bunch of text </DD>
        <DT> Something else </DT>

Any ideas??




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to