Click to See Complete Forum and Search --> : fixing mixed xml?


bryceburrows
July 15th, 2001, 07:27 AM
Hi
i have some annoying xml which pops up frequently , looks a bit like this example:


this is some annoying text, it is formatted and tagged up in similar fashions to this which is a pain


this mixed xml is (as you can guess) a pain

what i'd really like it to look like is:

this is some annoying text, it is formatted and tagged up in similar fashions to this which is a pain


is there an easy way to add tags around untagged xml like this using XSL or C++?
or is there another simple solution to gettthing the tag added?

regards and thanks
bryce

dressegu
July 15th, 2001, 11:16 PM
I would probably use Perl's regular expressions to do this...

David