I was curious if there was some way to auto-convert < to < as well as tags like this in general instead of manually doing this, from an end user perspective.
:| You don't say :/
perl -pe "%f = qw{ < < > > }; s{[^><]\K([><])([^\w])}{ $f{$1}$2} +g; " < in > out
In reply to Re^3: XMLin question
by Anonymous Monk
in thread XMLin question
by stryda42
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |