[
Lists Home |
Date Index |
Thread Index
]
Simon St.Laurent wrote:
> I'm currently writing code for selectively inserting and removing CDATA
> sections from documents, largely because a a certain data-centric piece
> of software insists on adding them any time I try to use markup in its
> fields. It is an exercise in silliness, but sometimes that silliness
> comes from the data side.
Couldn't you just run it through Perl's XML::Parser or equivalent? -Tim
|