We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f510d3 + 13b4392 commit 83d4584Copy full SHA for 83d4584
README.md
@@ -42,6 +42,14 @@ const xPath = new XPath();
42
43
If you write pre-2015 JS code, make adjustments as needed.
44
45
+### Direct use in browsers
46
+
47
+You can simply add a tag like this:
48
49
+```html
50
+<script type="application/javascript" src="https://www.unpkg.com/xslt-processor@1.0.0/xslt-processor.js"></script>
51
+```
52
53
### Breaking Changes
54
55
Until version 0.11.7, use like the example below:
0 commit comments