Simplified XPath parser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Altu

    #1

    Simplified XPath parser

    Hi,

    I want to write an XPath parser only supporting a small subset of
    XPath's features and I have encountered a few problems so far. I was
    wondering if this is the right group for asking questions regarding
    implementing XPath or if there is a more specific group available for
    this purpose (I searched, but couldn't find any.)

    Altu

  • Richard Tobin

    #2
    Re: Simplified XPath parser

    In article <1191232097.078 796.325570@d55g 2000hsg.googleg roups.com>,
    Altu <altu59@gmail.c omwrote:
    >I want to write an XPath parser only supporting a small subset of
    >XPath's features and I have encountered a few problems so far. I was
    >wondering if this is the right group for asking questions regarding
    >implementing XPath or if there is a more specific group available for
    >this purpose (I searched, but couldn't find any.)
    You might also try http://www.mulberrytech.com/xsl/xsl-list/ but go
    ahead and ask your question anyway...

    -- Richard
    --
    "Considerat ion shall be given to the need for as many as 32 characters
    in some alphabets" - X3.4, 1963.

    Comment

    • Joe Kesselman

      #3
      Re: Simplified XPath parser

      You may also want to look at the Apache Xalan project, or one of the
      other existing open-source XPath/XSLT implementations , as an idea source
      if nothing else.

      --
      () ASCII Ribbon Campaign | Joe Kesselman
      /\ Stamp out HTML e-mail! | System architexture and kinetic poetry

      Comment

      • Philippe Poulard

        #4
        Re: Simplified XPath parser

        Joe Kesselman a écrit :
        You may also want to look at the Apache Xalan project, or one of the
        other existing open-source XPath/XSLT implementations , as an idea source
        if nothing else.
        >
        Jaxen is also a very good one
        Join our software development blog as we discuss mobile, website and software design & development across the capital stack.


        --
        Cordialement,

        ///
        (. .)
        --------ooO--(_)--Ooo--------
        | Philippe Poulard |
        -----------------------------

        Have the RefleX !

        Comment

        • Altu

          #5
          Re: Simplified XPath parser

          Thank you all.

          -Altu

          On Oct 2, 6:22 pm, Philippe Poulard <philippe.poula r...@SPAMinria. fr>
          wrote:
          Joe Kesselman a écrit :
          >
          You may also want to look at the Apache Xalan project, or one of the
          other existing open-source XPath/XSLT implementations , as an idea source
          if nothing else.
          >
          Jaxen is also a very good onehttp://jaxen.org
          >
          --
          Cordialement,
          >
          ///
          (. .)
          --------ooO--(_)--Ooo--------
          | Philippe Poulard |
          -----------------------------

          Have the RefleX !

          Comment

          Working...