Re: How to remove an XML comment?
Posted By:
Thomas_Hackel
Posted On:
Wednesday, September 18, 2002 07:03 AM
this is no comment, this is a processing instruction! comments are like this and processing instructions are like this PI ?>. to skip PI's and Comments you have to write your own XML writer to do this, but this is very easy! you should notice that without this beginning PI the file ist NOT a correct XML file!