Re: SAX: Comments (question 7 of 10)

Don Park (donpark@quake.net)
Mon, 5 Jan 1998 17:30:54 -0800


Yes.

I would like to have comments as out-of-band data. Source control systems
can store information there without changing XML data and without violating
its validity. Anyway, XML hackers can go nuts with the stuff.

Its no sweat to implement and its meaning is very clear.

public void comment (String s);

Don