- or download this
CharData : /(?:(?!\]\]>)[^<&])*/ { XML::CharData->new($item[1]) }
- or download this
CharData : /(?:(?!<|&|\]\]>).)*/ { XML::CharData->new($item[1]) }
- or download this
CharData : /(?:[^<&\]]|\](?!\]>))*/ { XML::CharData->new($item[1]) }