in reply to (jeffa) 3Re: Regex for XML attributes...
in thread Regex for XML attributes...
which my original script converts to the{heading bob=foo, super=duper, level=3, blah blah blah}
format. Now I'm tacking on some code to handle these attributes (which don't occur in the syntax I originally wrote the script for) so that I have<heading> bob=foo, super=duper, level=3, blah blah blah </heading>
So I was thinking that I would save myself some trouble by using a regex. Anyway, the example code is the product of my script thus far and was not supposed to be well formed quite yet, which I should have said in the first place. :-) </CODE><heading bob=foo super=duper level=3>blah blah blah </heading>
|
|---|