You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAIK, comments are not supported as part of the Prolog XML DOM. Only the call-back interface can be used to get information about comments. I have no concrete plans to do something about it. If you plan to add support for comments I'd surely consider to apply the patches.
At first I thought it would be a matter of adding some DCG rules, but then I saw some C files, and realized how mistaken I was. I thought it was a pure Prolog library. I'm afraid I can't send any patches.
Nevertheless, not having comments is not fatal for my use case. It's a minor cosmetic issue. (I'm generating a Java/Maven pom.xml file with Prolog.)
Thank you for writing the library. It did help me do what I needed to do, and I can live with it.
The document does not say anything about XML comments.
I saw the source code, and I found no syntax tree node for XML comments either.
The text was updated successfully, but these errors were encountered: