Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

XST Project/UserGuide/Canonicalization

XML Canonicalization

Egg-incubation.png

XML Canonicalization does not open any wizard or view. Instead, it directly canonicalizes (normalizes) the selected XML document (always the complete document). Depending on the selected menu entry it either maintains the comments or removes them. Removed comments are replaced by an empty line. The XML Security preferences allow you to switch between inclusive and exclusive XML canonicalization, which may result into different canonicalized versions of the XML document (the differences depend on the XML document).

XML Canonicalization always takes place when signing an XML document or verifying an XML Signature. There is no need to execute this task manually (but it does not do any damage in case you do).

Back to the top