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

HTML parsing options #74

Merged
merged 5 commits into from
Feb 9, 2015
Merged

HTML parsing options #74

merged 5 commits into from
Feb 9, 2015

Commits on Feb 6, 2015

  1. Adding "disableHtmlNsInDom" and "targetDocument" options to allow more

    flexible HTML DOM creation.
    
    New Options:
    
    * disableHtmlNsInDom = Allows the use of createElement instead of
    createElementNS for HTML elements.
    
    * targetDocument = allows an existing DOMDocument (or subclass thereof)
    to be passsed to the DOMTreeBuilder instead of creating a new one.
    jslegers authored and goetas committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    ed7cc5f View commit details
    Browse the repository at this point in the history
  2. Using constant as options

    goetas committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    23a692b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46c4738 View commit details
    Browse the repository at this point in the history
  4. New options documented

    goetas committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    014514c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a50e919 View commit details
    Browse the repository at this point in the history