Skip to content

Bundled XSLT into qp.js

Compare
Choose a tag to compare
@JustinPealing JustinPealing released this 10 Oct 21:19
· 264 commits to master since this release

To make it easier to use the XSLT stylesheet has been embedded into qp.js - plans can now be displayed directly from JavaScript, no XSLT required:

<div id="container"></div>
<script>
    QP.showPlan(document.getElementById("container"), '<ShowPlanXML...');
</script>

This release is backwards compatible, and so the XSLT stylesheet and QP.drawLines will still work as they do in the 1.0 release.

In addition this release includes a number of bugfixes and enhancements:

  • #12, Connecting Lines not being drawn correctly
  • #1 & #7, Cost percentages calculated incorrectly
  • #9 & #11, Show "TOP" expressions and seek predicates in tooltips
  • #5, Use a sprite map to reduce number of image downloads

See Milestone 1.1 for a complete list of changes.