ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Patrick Gundlach <gundlach@irb.cs.uni-dortmund.de>
Subject: xml comments
Date: Mon, 26 Nov 2001 15:20:08 +0100	[thread overview]
Message-ID: <200111261420.fAQEK8v07913@sol.cs.uni-dortmund.de> (raw)

Hi,

xml comments have a bug (!?): spaces are critical at the 
beginning of a comment.

\starttext
\startbuffer
<!-- ignored comment -->
<one>one</one>
<!--not ignored -->
<two>two</two>
\stopbuffer
\processXMLbuffer
\stoptext

this should (as far as I understand the spec right) only output 
one two and not the second comment (<!--not ignored -->)

it seems that the missing space between the -- and the n is 
causing this effect. 

Thats what the xml rec says:
[15]   
Comment
  ::=   
 '<!--' ((Char - '-') | ('-' (Char - '-')))* '-->'

But probably Taco knows for sure if there is another spec which 
states otherwise ;-)

I hope you don't understand me wrong: with all my bug reports 
I don't want to complain  
about context, which is in my eyes a great piece of software. 

Viele Grüße,

  Patrick Gundlach

- I TeX, therefore I am -


             reply	other threads:[~2001-11-26 14:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-26 14:20 Patrick Gundlach [this message]
2001-11-26 15:03 ` Hans Hagen
2001-11-26 15:07 ` Hans Hagen
2001-11-27  8:37   ` Taco Hoekwater
2001-11-27  9:43     ` Hans Hagen
2001-11-27 13:21       ` Taco Hoekwater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200111261420.fAQEK8v07913@sol.cs.uni-dortmund.de \
    --to=gundlach@irb.cs.uni-dortmund.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).