Skip to content

gmedaglia/smart-xml-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Check the Wiki Page for requirements.

Run using:

php analyzer.php <originalFile> <diffFile> [elementId]

Optional argument elementId assumes default value make-everything-ok-button when not passed.

Examples:

Without elementId:

php analyzer.php https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-0-origin.html https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-4-the-mash.html

With elementId (in this case the result will be the same as for the previous example, since we are passing the same value as the default):

php analyzer.php https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-0-origin.html https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-4-the-mash.html make-everything-ok-button

With elementId different from default one:

php analyzer.php https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-0-origin.html https://agileengine.bitbucket.io/beKIvpUlPMtzhfAy/samples/sample-4-the-mash.html side-menu

About

Coding challenge for PHP Developer position.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages