[jdom-interest] Crimson / Piccolo

Jon Baer jonbaer at digitalanywhere.com
Mon Apr 29 11:37:42 PDT 2002


I dont think it does it on it's own (not sure), more info @
http://piccolo.sourceforge.net/sourcedoc.html

<snip>
In order to implement parsing functionality within JFlex rules, additional
variables are used to combine similar states and to facilitate state
transitions. The
 prevState variable is used to save the current state so that we can enter
another state and then return. This provides subroutine-like
functionality, used to enter
 and exit states used to parse constructs such as entity references which
can appear in many contexts.
</snip>

- Jon

Elliotte Rusty Harold wrote:

> >Here is another parser you might consider:
> >
> >http://piccolo.sourceforge.net
> >
> >It is VERY fast and VERY small and works nicely with JDOM ...
> >
>
> Does Piccolo resolve external entity references? Which core features
> and properties does it support?
> --
>
> +-----------------------+------------------------+-------------------+
> | Elliotte Rusty Harold | elharo at metalab.unc.edu | Writer/Programmer |
> +-----------------------+------------------------+-------------------+
> |          The XML Bible, 2nd Edition (Hungry Minds, 2001)           |
> |             http://www.cafeconleche.org/books/bible2/              |
> |   http://www.amazon.com/exec/obidos/ISBN=0764547607/cafeaulaitA/   |
> +----------------------------------+---------------------------------+
> |  Read Cafe au Lait for Java News:  http://www.cafeaulait.org/      |
> |  Read Cafe con Leche for XML News: http://www.cafeconleche.org/    |
> +----------------------------------+---------------------------------+




More information about the jdom-interest mailing list