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 ·
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
August 29, 2023 - 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.
npm
npmjs.com › package › prettier-plugin-embed
prettier-plugin-embed - npm
Therefore, to enable formatting for a specific embedded language, the corresponding Prettier plugin for that language must also be loaded. For example, if you wish to format embedded XML language, you will need to load both this plugin and @prettier/plugin-xml.
» npm install prettier-plugin-embed
Published Dec 19, 2025
Version 0.5.1
Author Ze-Zheng Wu