unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: Thien-Thi Nguyen <ttn@gnuvola.org>
Cc: guile-user@gnu.org, guile-sources@gnu.org
Subject: Re: IXIN 1.2 available
Date: Sun, 13 Jan 2013 11:54:26 +0100	[thread overview]
Message-ID: <874nilwdy5.fsf@pobox.com> (raw)
In-Reply-To: <877gozrx4j.fsf@zigzag.favinet> (Thien-Thi Nguyen's message of "Mon, 03 Dec 2012 16:09:00 +0100")

On Mon 03 Dec 2012 16:09, Thien-Thi Nguyen <ttn@gnuvola.org> writes:

>   BTW, ‘a2ixin foo.sxml’ works fine under Guile 2.
>   Getting the .sxml in the first place is the problem, there.

IIRC the problem here was entities like &copyright; not being defined?
For that you can use:

 -- Function: define-parsed-entity! entity str
     Define a new parsed entity. ENTITY should be a symbol.

     Instances of &ENTITY; in XML text will be replaced with the string
     STR, which will then be parsed.

from (sxml ssax).

The SXML modules don't do DTD parsing right now, for better or for
worse.  I hear the kids are using relax-ng and such things anyway.

Cheers,

Andy
-- 
http://wingolog.org/



  reply	other threads:[~2013-01-13 10:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-03 15:09 IXIN 1.2 available Thien-Thi Nguyen
2013-01-13 10:54 ` Andy Wingo [this message]
     [not found]   ` <87k3rhti2o.fsf@zigzag.favinet>
2013-01-14  8:53     ` Andy Wingo

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=874nilwdy5.fsf@pobox.com \
    --to=wingo@pobox.com \
    --cc=guile-sources@gnu.org \
    --cc=guile-user@gnu.org \
    --cc=ttn@gnuvola.org \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).