{
 "compat_features": [
  "api.XSLTProcessor",
  "api.XSLTProcessor.XSLTProcessor",
  "api.XSLTProcessor.clearParameters",
  "api.XSLTProcessor.getParameter",
  "api.XSLTProcessor.importStylesheet",
  "api.XSLTProcessor.removeParameter",
  "api.XSLTProcessor.reset",
  "api.XSLTProcessor.setParameter",
  "api.XSLTProcessor.transformToDocument",
  "api.XSLTProcessor.transformToFragment"
 ],
 "description": "The XSLTProcessor API transforms XML documents into new XML or HTML documents, using XSLT stylesheets. You can use XSLT to convert data between different XML schemas or to convert XML data into web pages or PDF documents. Also known as Extensible Stylesheet Language Transformations.",
 "description_html": "The <code>XSLTProcessor</code> API transforms XML documents into new XML or HTML documents, using XSLT stylesheets. You can use XSLT to convert data between different XML schemas or to convert XML data into web pages or PDF documents. Also known as Extensible Stylesheet Language Transformations.",
 "group": [
  "xml"
 ],
 "kind": "feature",
 "name": "XSLT",
 "spec": [
  "https://dom.spec.whatwg.org/#xslt"
 ],
 "status": {
  "baseline": "high",
  "baseline_high_date": "2018-01-29",
  "baseline_low_date": "2015-07-29",
  "by_compat_key": {
   "api.XSLTProcessor": {
    "baseline": "high",
    "baseline_high_date": "2018-01-29",
    "baseline_low_date": "2015-07-29",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "12",
     "firefox": "1",
     "firefox_android": "4",
     "safari": "3.1",
     "safari_ios": "2"
    }
   },
   "api.XSLTProcessor.XSLTProcessor": {
    "baseline": "high",
    "baseline_high_date": "2018-01-29",
    "baseline_low_date": "2015-07-29",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "12",
     "firefox": "1",
     "firefox_android": "4",
     "safari": "3.1",
     "safari_ios": "2"
    }
   },
   "api.XSLTProcessor.clearParameters": {
    "baseline": "high",
    "baseline_high_date": "2018-01-29",
    "baseline_low_date": "2015-07-29",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "12",
     "firefox": "1",
     "firefox_android": "4",
     "safari": "3.1",
     "safari_ios": "2"
    }
   },
   "api.XSLTProcessor.getParameter": {
    "baseline": "high",
    "baseline_high_date": "2018-01-29",
    "baseline_low_date": "2015-07-29",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "12",
     "firefox": "1",
     "firefox_android": "4",
     "safari": "3.1",
     "safari_ios": "2"
    }
   },
   "api.XSLTProcessor.importStylesheet": {
    "baseline": "high",
    "baseline_high_date": "2018-01-29",
    "baseline_low_date": "2015-07-29",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "12",
     "firefox": "1",
     "firefox_android": "4",
     "safari": "3.1",
     "safari_ios": "2"
    }
   },
   "api.XSLTProcessor.removeParameter": {
    "baseline": "high",
    "baseline_high_date": "2018-01-29",
    "baseline_low_date": "2015-07-29",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "12",
     "firefox": "1",
     "firefox_android": "4",
     "safari": "3.1",
     "safari_ios": "2"
    }
   },
   "api.XSLTProcessor.reset": {
    "baseline": "high",
    "baseline_high_date": "2018-01-29",
    "baseline_low_date": "2015-07-29",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "12",
     "firefox": "1",
     "firefox_android": "4",
     "safari": "3.1",
     "safari_ios": "2"
    }
   },
   "api.XSLTProcessor.setParameter": {
    "baseline": "high",
    "baseline_high_date": "2018-01-29",
    "baseline_low_date": "2015-07-29",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "12",
     "firefox": "1",
     "firefox_android": "4",
     "safari": "3.1",
     "safari_ios": "2"
    }
   },
   "api.XSLTProcessor.transformToDocument": {
    "baseline": "high",
    "baseline_high_date": "2018-01-29",
    "baseline_low_date": "2015-07-29",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "12",
     "firefox": "1",
     "firefox_android": "4",
     "safari": "3.1",
     "safari_ios": "2"
    }
   },
   "api.XSLTProcessor.transformToFragment": {
    "baseline": "high",
    "baseline_high_date": "2018-01-29",
    "baseline_low_date": "2015-07-29",
    "support": {
     "chrome": "1",
     "chrome_android": "18",
     "edge": "12",
     "firefox": "1",
     "firefox_android": "4",
     "safari": "3.1",
     "safari_ios": "2"
    }
   }
  },
  "support": {
   "chrome": "1",
   "chrome_android": "18",
   "edge": "12",
   "firefox": "1",
   "firefox_android": "4",
   "safari": "3.1",
   "safari_ios": "2"
  }
 },
 "id": "xslt",
 "groups": [
  "xml"
 ],
 "specs": [
  {
   "url": "https://dom.spec.whatwg.org/#xslt",
   "seriesComposition": "full",
   "shortname": "dom",
   "series": {
    "shortname": "dom",
    "currentSpecification": "dom",
    "title": "DOM",
    "shortTitle": "DOM",
    "nightlyUrl": "https://dom.spec.whatwg.org/"
   },
   "organization": "WHATWG",
   "groups": [
    {
     "name": "DOM Workstream",
     "url": "https://dom.spec.whatwg.org/"
    }
   ],
   "nightly": {
    "url": "https://dom.spec.whatwg.org/",
    "status": "Living Standard",
    "alternateUrls": [],
    "repository": "https://github.com/whatwg/dom",
    "sourcePath": "dom.bs",
    "filename": "index.html"
   },
   "title": "DOM",
   "source": "whatwg",
   "shortTitle": "DOM",
   "categories": [
    "browser"
   ],
   "standing": "good",
   "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
     "dom",
     "shadow-dom"
    ]
   },
   "fragment": "xslt"
  }
 ],
 "mdnUrls": [
  {
   "slug": "Web/API/XSLTProcessor",
   "title": "XSLTProcessor",
   "anchor": null,
   "url": "https://developer.mozilla.org/docs/Web/API/XSLTProcessor"
  }
 ],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": {
  "url": "https://wpt.fyi/results?q=feature:xslt"
 },
 "developerSignals": null,
 "bugs": {
  "chrome": [
   "https://crbug.com/435623334"
  ]
 },
 "baselineLowDateAsObject": "2015-07-29T00:00:00.000Z",
 "baselineHighDateAsObject": "2018-01-29T00:00:00.000Z"
}