<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2003/12/9667851ffcae56aeacb848c4e966dac2"
  from="Stefano Zacchiroli &lt;zack@b...&gt;"
  author="Stefano Zacchiroli"
  date="2003-12-01T10:22:29"
  subject="Re: [Caml-list] parse &lt;tags&gt;"
  prev="2003/12/cf645abf5fbb4bfeb95e8a52ae1ca918"
  next="2003/12/035f1d364ebb8d8bd82cfe75d186759a"
  prev-in-thread="2003/12/aafa606aa4747681a69c32e98e5be8ce"
  prev-thread="2003/11/8b68d8a294eca1101e0d365b9c162338"
  next-thread="2003/12/cf645abf5fbb4bfeb95e8a52ae1ca918"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] parse &lt;tags&gt;">
<msg 
  url="2003/12/aafa606aa4747681a69c32e98e5be8ce"
  from="Pietro Abate &lt;Pietro.Abate@a...&gt;"
  author="Pietro Abate"
  date="2003-12-01T06:21:30"
  subject="[Caml-list] parse &lt;tags&gt;">
<msg 
  url="2003/12/9667851ffcae56aeacb848c4e966dac2"
  from="Stefano Zacchiroli &lt;zack@b...&gt;"
  author="Stefano Zacchiroli"
  date="2003-12-01T10:22:29"
  subject="Re: [Caml-list] parse &lt;tags&gt;">
</msg>
</msg>
</thread>

<contents>
On Mon, Dec 01, 2003 at 04:55:32PM +1100, Pietro Abate wrote:
&gt; I'm trying to write a simple parser (below) but I've problems parsing
&gt; tag-like keywords. Probably this is a problem related with the lexer.
&gt; does anybody know a solution that doesn't imply heavy modifications to
&gt; the (Genlex) lexer ?

Genlex module parses just the ocaml syntactic categories, tags you're
trying to parse are not one of them.

You can try ulex or the former, I've never looked at the details but I'm
pretty sure it can do what you want since they are used to parse XML
documents.  (See http://www.cduce.org/download.html or the debian
package "ocaml-ulex").

Cheers.

-- 
^Stefano Zacchiroli -- Master in Computer Science @ Uni. Bologna, Italy$
^zack@{cs.unibo.it,debian.org,bononia.it} -- http://www.bononia.it/zack$
^Frequentando il mio maestro mi ero reso conto [.] che la logica poteva$
^servire a molto a condizione di entrarci dentro e poi di uscirne -Adso$

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners

</contents>

</message>

