1. 06 May, 2011 1 commit
  2. 27 Apr, 2011 1 commit
  3. 30 Mar, 2011 1 commit
  4. 24 Feb, 2011 1 commit
  5. 29 Oct, 2010 1 commit
  6. 04 Oct, 2010 1 commit
    • Adam Martinson's avatar
      msxml3: XSLPattern support. · 4f78c04e
      Adam Martinson authored
      Parse XSLPattern queries and translate them into equivalent XPath queries.
      XSLPattern built-in functions/operators are translated to their XPath
      counterparts where applicable.  If no direct XPath counterpart exists,
      they are registered as custom XPath functions for the sake of speed where
      possible.  As a last resort, they are translated into compound XPath
      expressions to accomplish the task, if more slowly.
      If the parser encounters an error, the original XSLPattern query is
      returned, as this is more likely to work than a mangled one.
      4f78c04e