Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML parser #3412

Closed
Closed

Commits on Sep 21, 2020

  1. update package-lock.json

    bbert committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    f4d956a View commit details
    Browse the repository at this point in the history
  2. add txml parser dependency

    bbert committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    d52688c View commit details
    Browse the repository at this point in the history
  3. DashParser: use txml parser and add post-processing to simplify xml t…

    …ree and manage node as arrays
    bbert committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    7d626f4 View commit details
    Browse the repository at this point in the history
  4. remove '_asArray' notation

    bbert committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    b807a62 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. DashParser: fix processAttr()

    bbert committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    322038f View commit details
    Browse the repository at this point in the history
  2. add tXml in externals and remove from dependencies, to avoid uglify i…

    …ssue with ES6 syntax
    bbert committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    462d78a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56861ba View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    174ba8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5214418 View commit details
    Browse the repository at this point in the history
  3. update unit tests

    bbert committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    331a295 View commit details
    Browse the repository at this point in the history
  4. update DashConstants

    bbert committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    bdbcbcd View commit details
    Browse the repository at this point in the history
  5. Modify tXml to apply simplification proces (including attributes and …

    …nodes as array process) on-the-fly
    bbert committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    2b963e6 View commit details
    Browse the repository at this point in the history
  6. Remove StringMatcher

    bbert committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    053eafc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    f4830da View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. update according to PR Dash-Industry-Forum#3451 (update xml parser an…

    …d remove _asArray nodes)
    bbert committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    eb87794 View commit details
    Browse the repository at this point in the history
  2. update according to PR Dash-Industry-Forum#3451 (update xml parser an…

    …d remove _asArray nodes)
    bbert committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    1432481 View commit details
    Browse the repository at this point in the history
  3. update according to PR Dash-Industry-Forum#3451 (update xml parser an…

    …d remove _asArray nodes)
    bbert committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    666d1fa View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    3ca4a3a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    0841b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c3dfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f8a9b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee179c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f95a38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4ab78f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4df063c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a93a22 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2f812b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    77e1d90 View commit details
    Browse the repository at this point in the history
  2. update package-lock.json

    bbert committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f174876 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    888830d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fb49bf View commit details
    Browse the repository at this point in the history
  5. Fix unit tests

    bbert committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    cd443ca View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    282d23d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    8343cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0792283 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    4ad3d6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5926140 View commit details
    Browse the repository at this point in the history
  3. xml parser: fix samples

    bbert committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    47db0a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88f8369 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc18c42 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Update tXml parser to v4.0.1

    bbert committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2181999 View commit details
    Browse the repository at this point in the history
  2. Modify tXml parser

    Re-apply modifications to tXml parser library in order to:
    - add child node to their parent as arrays or object according to node names
    - process attributes on the fly
    - set node text value in "_text" property
    bbert committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f517946 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76fd9bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b213172 View commit details
    Browse the repository at this point in the history
  5. NumericMatcher: do not apply on attributes specified as string but th…

    …at can contain a number value (such as "id" attribute)
    bbert committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d5058e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b735c7 View commit details
    Browse the repository at this point in the history
  7. Remove StringMatcher

    bbert committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    db9b4f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    602a6ae View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    70dd5b7 View commit details
    Browse the repository at this point in the history
  2. Fix merge for LangMatcher

    bbert committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f4e5a8b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    d14cb7d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    ef3389e View commit details
    Browse the repository at this point in the history