mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-28 02:36:16 -04:00
Tweaks to 'XPath expression' and 'CSS selector' operations. Closes #13.
This commit is contained in:
parent
650fd9a940
commit
39d50093ae
9 changed files with 189 additions and 169 deletions
16
src/js/lib/xpath.js
Normal file → Executable file
16
src/js/lib/xpath.js
Normal file → Executable file
|
@ -1,11 +1,11 @@
|
|||
(function(){/*
|
||||
* XPath.js - Pure JavaScript implementation of XPath 2.0 parser and evaluator
|
||||
*
|
||||
* Copyright (c) 2012 Sergey Ilinsky
|
||||
* Dual licensed under the MIT and GPL licenses.
|
||||
*
|
||||
*
|
||||
*/
|
||||
/** @license
|
||||
========================================================================
|
||||
XPath.js - Pure JavaScript implementation of XPath 2.0 parser and evaluator
|
||||
|
||||
Copyright (c) 2012 Sergey Ilinsky
|
||||
Dual licensed under the MIT and GPL licenses.
|
||||
*/
|
||||
(function(){
|
||||
|
||||
// Javascript objects
|
||||
var cString = window.String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue