in reply to Re: CDATA-like "literal" tags in XML-like data
in thread CDATA-like "literal" tags in XML-like data
Having a single sequence that was used to delimit literal text, rather than configurable multiple sequences, would mean that a simple s/// operator would be able to find them.
In fact, if separate begin and end sequences were used, they could be turned into "<![CDATA[" and "]]>"respecitivly, and not need to grab everything in between. That would be very useful to operate as a simple filter of input.
|
|---|