Original Comments

Directly view original comments in Google Reader

How to create Parser

One Parser contains three parts: Properties, XML and JS. "Properties" contains general information, "XML" contains descriptive information, and "JS" contains codes.

  1. Properties


    • Version、Release Time: The value will be set automatically when publishing.
    • Match Pattern: The extension will lookup the parser by Match Pattern.
  2. XML: Description of the analytical process.
  3. JS: You can create a javascript object, in response to all events, and thus the entire analytical process more sophisticated processing.
  4. Test Regexp: The tool to edit and test regular expressions.


  5. Debug Result: Display the comments list when debugging parser.
  6. Publish Parser: Publish your parsers to the web in order to share with the public.