xml comment syntax

Carlo Capelli <[email protected]> Thu, 7 Aug 2014 21:16:12 +0200
Newsgroups gmane.comp.ai.prolog.swi
Message-ID <CABty9wzrHn9HWSfouQfzLrnpTM9NMgS8vRVz4Gmzk9bxRWghmA@mail.gmail.com>
Well, really of little importance, but I can't determine if this is really
an error:

  <!--- Replaced so that we have a unionOf construct
        Aug 20 02 MKS, suggestion by R. Volz.

  <owl:Class rdf:ID="Fruit">
    <rdfs:subClassOf rdf:resource="#EdibleThing" />
  </owl:Class>

  -->

as reported while running thea2 unit tests:

Warning: Unknown file-extension: . Assuming RDF/XML

ERROR: SGML2PL(xmlns):
http://www.w3.org/TR/2003/PR-owl-guide-20031209/food:869: Illegal comment,
found "<!---"

% Parsed "http://www.w3.org/TR/2003/PR-owl-guide-20031215/food" in 0.06
sec; 954 triples


wikipedia <http://en.wikipedia.org/wiki/XML#Comments> informal description
seems suggest that should be valid...
-------------- next part --------------
HTML attachment scrubbed and removed