Re: [xml-dev] How do you remove comments from XML?

From
Thomas B. Passin <>
To
Date
2003-03-06T01:55:19Z
ID
<005d01c2e383$713561e0$6401a8c0@tbp1>
Thread
Re: [xml-dev] How do you remove comments from XML?
[Gavin Thomas Nicol]

On Wednesday 05 March 2003 01:41 pm, Dominica DeGrandis wrote:
> I'm writing a vb or vbscript program that uses the DOM to remove nodes in
> an XML file. I need to remove all the data between the two comment lines
> (see below),

Why not use sed? ;-)

[Tom P]

Or, since it is in .NET, a regular expression in <?gasp?> javascript.

Cheers,

Tom P