Re: [xml] ignoring xl comments



Gul Onural wrote:
We use xmlParseFile to parse the xml files and build tree. I was asking
if there was a way to
tell the parser to ignore comments (i.e. don't place them in the tree).

No there isn't, and there shouldn't. Adjust your dom traversal to deal
(e.g. ignore) nodes your application code doesn't want to see.

Regards,
                Stefan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]