Rolf Lear
Rolf Lear
`faker` is not used in the code base. ```text $ npx depcheck Unused dependencies * faker ``` This unused dependency simply adds bloat.
Background context - SSCCE to follow. Bear with me, this behaviour is somewhat bizarre, so explaining it is complicated.... When using WebStorm as an IDE, it can run the mocha...
Incorporate Saxon - primary motivation is for XPath 2.0 support. Other benefits too
All JDOM content items should be able to perform a deep-equals with another content, and return true if the two elements, and all their descendents, are equals too. Comments should...
See Issue #105 - This code needs further work in JDOM 2.1.x - better testing - handling XSLT - more
Some third-party XPath Libraries (like Saxon) can build an index on a document, and as long as the underlying document does not change, the index can be used to improve...
Populate a JDOM tree from a JSON source, and produce JSON output from a JDOM Tree Benefit is that the JSON structure can be manipulated with JDOM logic.
Implement a resolver, set of resolvers, and supporting infrastructure to make Enty Resolving easier.