caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Alain Frisch <Alain.Frisch@inria.fr>
To: Andrea Rendl <angee@gmx.at>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] problem using xml-light lib
Date: Tue, 06 Dec 2005 11:50:53 +0100	[thread overview]
Message-ID: <43956D0D.2080107@inria.fr> (raw)
In-Reply-To: <dn3obc$bn3$1@sea.gmane.org>

Andrea Rendl wrote:
> Hi everyone,
> 
> I am trying to use the xml-light library with ocaml but cannot load the
> according module Xml and XmlParser respectively, neither on command line
> nor in an .ml file:
> 
> # let x = Xml.parse_file "test.xml";;
> Reference to undefined global `Xml'

In the toplevel, if xml-light is findlib-installed, you must do:

#use "topfind";;
#require "xml-light";;


-- Alain


      reply	other threads:[~2005-12-06 10:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-06 10:15 Andrea Rendl
2005-12-06 10:50 ` Alain Frisch [this message]

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=43956D0D.2080107@inria.fr \
    --to=alain.frisch@inria.fr \
    --cc=angee@gmx.at \
    --cc=caml-list@inria.fr \
    /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).