How to delete a line/xml tag <crosscompiler compiler=”” linker=”” location=”C:” name=”” tools=”” type=”TNS/E”/> form below xml using perl script when type=”TNS/E”
cross.compiler.data=<?xml version=”1.0″ encoding=”UTF-8″?rnrn<crosscompiler compiler=”” linker=”” location=”” name=”” tools=”” type=”TNS/E”/>
expected o/p should be
cross.compiler.data=<?xml version=”1.0″ encoding=”UTF-8″?
New contributor
Arun Ganiger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.