GitHub
github.com › prettier › plugin-xml
GitHub - prettier/plugin-xml: Prettier XML plugin · GitHub
npm install --save-dev prettier @prettier/plugin-xml
Starred by 274 users
Forked by 40 users
Languages JavaScript
Prettier
prettier.io › docs › plugins
Plugins · Prettier
@prettier/plugin-xml · prettier-plugin-apex by @dangmai · prettier-plugin-astro by @withastro contributors · prettier-plugin-bigcommerce-stencil by @phoenix128 · prettier-plugin-elm by @giCentre · prettier-plugin-erb by @adamzapasnik · prettier-plugin-gherkin by @mapado ·
npm
npmjs.com › package › @prettier › plugin-xml
prettier/plugin-xml
» npm install @prettier/plugin-xml
Published Jul 08, 2025
Version 3.4.2
Author Kevin Newton
Repository https://github.com/prettier/plugin-xml
GitHub
github.com › prettier › plugin-xml › releases
Releases · prettier/plugin-xml
prettier / plugin-xml Public · Notifications · You must be signed in to change notification settings · Fork 35 · Star 249 · Releases · prettier/plugin-xml · You can create a release to package software, along with release notes and links to binary files, for other people to use.
Author prettier
Arch Linux
aur.archlinux.org › packages › prettier-plugin-xml
AUR (en) - prettier-plugin-xml - Arch Linux
June 27, 2023 - Download snapshot · Search wiki · nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) prettier · jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR) (make) npm (python-nodejs-wheelAUR, npm-corepackAUR) (make) https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.4.1.tgz ·
CodeSandbox
codesandbox.io › examples › package › @prettier › plugin-xml
prettier/plugin-xml examples
prettierXmlPlugin - 3.3.1 (forked) frederikdekegel · Aboutprettier plugin for XML572,631Weekly Downloads · Latest version3.4.2 · LicenseMIT · External Links · github.com/prettier/plugin-xml#readme · github.com/prettier/plugin-xml · github.com/prettier/plugin-xml/issues ·
GitHub
github.com › prettier › plugin-xml › blob › main › package.json
plugin-xml/package.json at main · prettier/plugin-xml
"name": "@prettier/plugin-xml", "version": "3.4.2", "description": "prettier plugin for XML", "type": "module", "main": "src/plugin.js", "exports": { ".": { "types": "./types/plugin.d.ts", "default": "./src/plugin.js" }, "./*": "./*" }, "scripts": { "lint": "eslint --cache .", "prepare": "node bin/languages.js && husky install", "print": "prettier --plugin=./src/plugin.js", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "repository": { "type": "git", "url": "git+https://github.com/prettier/plugin-xml.g
Author prettier
Stack Overflow
stackoverflow.com › questions › 73574639 › visual-studio-code-error-using-prettier-plugin-xml-property-engines-is-mandato
Visual Studio Code Error using @prettier/plugin-xml "property engines is mandatory and must be of type object" - Stack Overflow
I've downloaded https://github.com/prettier/plugin-xml, unzipped it to C:\Users\RoysLaptop\.vscode\extensions\plugin-xml-main, and from VSC's Powershell Terminal executed "npm install --save-dev prettier @prettier/plugin-xml", yet when I try ...
jsDelivr
cdn.jsdelivr.net › @prettier/plugin-xml@3.4.2
@prettier/plugin-xml CDN by jsDelivr - A free, fast, and reliable Open Source CDN
Looking for a nice landing page for your package? https://www.jsdelivr.com/package/npm/@prettier/plugin-xml
GitHub
github.com › prettier › plugin-xml › blob › main › CHANGELOG.md
plugin-xml/CHANGELOG.md at main · prettier/plugin-xml
Required prettier as a peer dependency instead of a runtime dependency. the xmlSortAttributesByKey: true | false option has been added. See the README. The xmlQuoteAttributes: "preserve" | "single" | "double" option has been added. See the README. See alpha release notes. The xmlWhitespaceSensitivity: "preserve" option has been added.
Author prettier
UNPKG
app.unpkg.com › @prettier › plugin-xml@3.4.2
prettier/plugin-xml
prettier plugin for XML · github.com/prettier/plugin-xml · prettier/plugin-xml · 2 folders, 5 files · github.com/prettier/plugin-xml · prettier/plugin-xml · Latest: 3.4.2 ·
Stack Exchange
salesforce.stackexchange.com › questions › 415949 › how-can-i-get-prettier-to-properly-format-perm-set-xml-files-with-flowaccess
metadata - How can I get `prettier` to properly format perm set XML files with `flowAccess`? - Salesforce Stack Exchange
@NickC, I don't know what update might affect this, but I've included the contents of our prettier config files above. prettier famously offers few customization options, and I don't see which one available for prettier itself, nor for the XML parser (github.com/prettier/plugin-xml) that would solve this.
Stack Overflow
stackoverflow.com › questions › 78267751 › how-can-i-prettify-syntax-hilight-xml-in-the-browser-using-prettier
How can I prettify/syntax-hilight xml in the browser using prettier?
<script src="https://unpkg.com/[email protected]/standalone.js"></script> <script src="https://unpkg.com/[email protected]/plugins/graphql.js"></script> <script> (async () => { const formatted = await prettier.format("type Query { hello: String }", { parser: "graphql", plugins: prettierPlugins, }); })(); </script> I am trying to do the same for xml, but from the corresponding cdn page, https://unpkg.com/[email protected]/plugins/ I do not know which plugin I should use.
GitHub
github.com › prettier › prettier › discussions › 13473
How to format XML files using the HTML formatter · prettier/prettier · Discussion #13473
Is there a way to configure prettier ... like to force this in my global prettier configuration. The XML plugin (https://github.com/prettier/plugin-xml) has serious ......
Author prettier